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 55e1eab commit 366a7a6Copy full SHA for 366a7a6
tests/test_ui_locales.py
@@ -4,17 +4,20 @@
4
5
from oauth2_provider.models import get_application_model
6
7
+
8
UserModel = get_user_model()
9
Application = get_application_model()
10
11
-@override_settings(OAUTH2_PROVIDER={
12
- "OIDC_ENABLED": True,
13
- "PKCE_REQUIRED": False,
14
- "SCOPES": {
15
- "openid": "OpenID connect",
16
- },
17
-})
+@override_settings(
+ OAUTH2_PROVIDER={
+ "OIDC_ENABLED": True,
+ "PKCE_REQUIRED": False,
+ "SCOPES": {
+ "openid": "OpenID connect",
18
+ },
19
+ }
20
+)
21
class TestUILocalesParam(TestCase):
22
@classmethod
23
def setUpTestData(cls):
0 commit comments