Skip to content

Commit

Permalink
Fixup test_add_remove_program_authorization to properly test the user in
Browse files Browse the repository at this point in the history
the test
  • Loading branch information
OrdiNeu committed Dec 18, 2024
1 parent 1629ec8 commit 6a16b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6a16b96

Please sign in to comment.