diff --git a/etc/tests/test_integration.py b/etc/tests/test_integration.py index d486455a..175107d2 100644 --- a/etc/tests/test_integration.py +++ b/etc/tests/test_integration.py @@ -164,7 +164,7 @@ def test_add_remove_program_authorization(user, dataset): # try adding a user to the program: test_data = { - "email": ENV["CANDIG_NOT_ADMIN_USER"], + "email": user, "program": dataset }