Skip to content

Commit

Permalink
lint/black/whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
nurbal committed Mar 1, 2024
1 parent 9d61cb4 commit 7469517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/cli/acquire/test_acquire_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def mock_query_mymila(tmp_json_path):

# Validate the results of all of this by inspecting the database.
js_user = get_user(
mila_email_username=f"[email protected]"
mila_email_username=f"[email protected]"
) # We modified the user with index 3; thus this is the one we retrieve
assert js_user.mila_ldap["supervisor"] == expected_supervisor

Expand Down

0 comments on commit 7469517

Please sign in to comment.