fix: quality check for trailing whitespace

This commit is contained in:
Ehmad Saeed
2024-03-16 01:05:43 +05:00
parent 5be6ed6d66
commit f07f8f220f

View File

@@ -96,7 +96,7 @@ class CustomValidationTestCase(TestCase):
@mock.patch.dict(settings.FEATURES, ENABLE_USER_ID_SCOPE=False)
def test_get_default_scopes_without_user_id(self):
"""
Test that if `ENABLE_USER_ID_SCOPE` flag is turned off, the get_default_scopes returns
Test that if `ENABLE_USER_ID_SCOPE` flag is turned off, the get_default_scopes returns
the default scopes without `user_id` even if it's allowed.
"""
application_access = ApplicationAccessFactory(scopes=['user_id'])