There was an error while loading. Please reload this page.
1 parent 60ecf92 commit 7af1cc3Copy full SHA for 7af1cc3
1 file changed
tests/pytest/oauth/test_hooks.py
@@ -45,7 +45,7 @@ def test_cancel_login_user_initiated(rf, mocked_oauth_analytics_module):
45
46
47
def test_cancel_login_anomaly(rf, mocked_oauth_analytics_module):
48
- app_request = rf.get("/oauth/cancel", data={"another_error": "a_different_error"})
+ app_request = rf.get("/oauth/cancel", data={"error": "error_code"})
49
result = OAuthHooks.cancel_login(app_request)
50
51
assert result.status_code == 302
0 commit comments