Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Dec 31, 2024
1 parent 93a4474 commit ac4b5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esteid/flowtest/tests/test_authentication_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_auth_flow_smartid(
TranslatedSmartIDService.get_instance().authenticate.assert_called_once_with(
smartid_data["id_code"],
smartid_data["country"],
random_bytes=None,
)

assert response.status_code == 202, f"Auth init request failed: {response.json()}"
Expand Down

0 comments on commit ac4b5c9

Please # to comment.