8000
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.
1 parent 51f54ed commit 96fc3b6Copy full SHA for 96fc3b6
test/unit/internal/oidc/test_issuer.py
@@ -30,7 +30,7 @@ def test_init_url():
30
31
@pytest.mark.online
32
def test_get_identity_token_bad_code(monkeypatch):
33
+ # Send token request to oauth2.sigstage.dev but provide a bogus authorization code
34
monkeypatch.setattr("builtins.input", lambda _: "hunter2")
-
35
with pytest.raises(IdentityError, match=r"^Token request failed with .+$"):
36
Issuer("https://oauth2.sigstage.dev/auth").identity_token(force_oob=True)
0 commit comments