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 519bb08 commit 8e738e3Copy full SHA for 8e738e3
tests/unit/test_auth_handler.py
@@ -23,6 +23,7 @@ def test_auth_option_does_not_overwrite_default_scopes(self):
23
24
middleware_control.set(AUTH_MIDDLEWARE_OPTIONS, AuthMiddlewareOptions(auth_option))
25
auth_handler = AuthorizationHandler(None, default_scopes)
26
+ auth_handler.get_scopes()
27
28
self.assertEqual(auth_handler.scopes, default_scopes)
29
0 commit comments