We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/oauth/authorize
1 parent 7a2cdea commit ce407a9Copy full SHA for ce407a9
tests/test_auth.py
@@ -14,7 +14,7 @@ def test_login(client: TestClient):
14
)
15
16
assert resp.status_code == 302
17
- assert resp.next.url.startswith(settings.orcid_base_url), # type: ignore
+ assert resp.next.url.startswith(f"{settings.orcid_base_url}/oauth/authorize"), # type: ignore
18
19
20
def test_current_user(client: TestClient, logged_in_user):
0 commit comments