Skip to content

Commit fa02f87

Browse files
committed
Ensure device token errors are returning 400
1 parent c2243dc commit fa02f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/idp/idp/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
-----END RSA PRIVATE KEY-----
8585
""",
8686
),
87-
OAUTH2_PROVIDER_SCOPES=(dict, {"openid": "OpenID Connect scope"}),
87+
OAUTH2_PROVIDER_SCOPES=(dict, {"openid": "OpenID Connect scope", "test": "hi"}),
8888
OAUTH2_PROVIDER_ALLOWED_SCHEMES=(list, ["https", "http"]),
8989
OAUTHLIB_INSECURE_TRANSPORT=(bool, "1"),
9090
STATIC_ROOT=(str, BASE_DIR / "static"),

0 commit comments

Comments
 (0)