Skip to content

Commit 8e738e3

Browse files
committed
Update test
1 parent 519bb08 commit 8e738e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_auth_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_auth_option_does_not_overwrite_default_scopes(self):
2323

2424
middleware_control.set(AUTH_MIDDLEWARE_OPTIONS, AuthMiddlewareOptions(auth_option))
2525
auth_handler = AuthorizationHandler(None, default_scopes)
26+
auth_handler.get_scopes()
2627

2728
self.assertEqual(auth_handler.scopes, default_scopes)
2829

0 commit comments

Comments
 (0)