Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 2, 2023
1 parent f038fe4 commit 2593026
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/api/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ def test_post__otp(self):
assert response.status_code == 200
self.assertDictEqual(
response.json(),
{
"auth_factors": [],
"otp_bypass_token_exists": False,
},
{"auth_factors": []},
)


Expand Down

0 comments on commit 2593026

Please sign in to comment.