Skip to content

Commit

Permalink
Addredded linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Feb 16, 2024
1 parent a1229fb commit eaaa04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oauth2/test_oauth2_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_assocaite_to_lei(mocker):

def test_assocaite_to_leis(mocker):
user_id = ("test-id",)
leis = Set["TESTLEI1", "TESTLEI2", "TESTLEI3"]
leis = Set["TESTLEI1", "TESTLEI2", "TESTLEI3"] # noqa: F821

mock_associate_to_lei = mocker.patch("regtech_api_commons.oauth2.oauth2_admin.OAuth2Admin.associate_to_lei")
mock_associate_to_lei.return_value = None
Expand Down

0 comments on commit eaaa04e

Please sign in to comment.