Skip to content

Commit

Permalink
Update settings_service_test.py
Browse files Browse the repository at this point in the history
Fix E721
  • Loading branch information
Smartappli authored Dec 1, 2024
1 parent 822110b commit 2a243b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/tests/syft/settings/settings_service_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def get_mock_client(faker, root_client, role):
password=password,
password_verify=password,
)
assert type(result) == UserView
assert type(result) is UserView

guest_client = root_client.guest()
return guest_client.login(email=email, password=password)
Expand Down

0 comments on commit 2a243b5

Please sign in to comment.