Skip to content

Commit

Permalink
small fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed May 30, 2023
1 parent 93bfc2a commit 9364c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/api/test_mfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_ssid_scenario_new_user(self):
"user_email": "[email protected]"})
# check that result is interrupt
self.assertEqual(res["status"]["result"], "interrupt")
self.assertIn('/api/mfa/ssid_start/', res["status"]["redirect_url"])
self.assertIn(self.app.app_config.base_server_url + '/api/mfa/ssid_start/', res["status"]["redirect_url"])

# check provisioning of new user
new_user = User.query.filter(User.uid == "urn:new_user").first()
Expand Down

0 comments on commit 9364c87

Please sign in to comment.