diff --git a/integrationTests/example.env b/integrationTests/example.env index 53991ea..88aa207 100644 --- a/integrationTests/example.env +++ b/integrationTests/example.env @@ -16,4 +16,9 @@ TEST_ATTACHMENT_FIELD_NO_ACCESS_APP=NEEDS_TO_BE_SET TEST_TEXT_FIELD=NEEDS_TO_BE_SET TEST_ATTACHMENT=NEEDS_TO_BE_SET TEST_IMAGE_FIELD=NEEDS_TO_BE_SET -TEST_IMAGE=NEEDS_TO_BE_SET \ No newline at end of file +TEST_IMAGE=NEEDS_TO_BE_SET +TEST_LIST_FIELD=NEEDS_TO_BE_SET +TEST_LIST_FIELD_NO_ACCESS=NEEDS_TO_BE_SET +TEST_LIST_ID=NEEDS_TO_BE_SET +TEST_LIST_ID_NO_ACCESS=NEEDS_TO_BE_SET +TEST_LIST_ITEM_ID_NO_ACCESS=NEEDS_TO_BE_SET \ No newline at end of file