Skip to content

Commit 39937a7

Browse files
committed
Fix broken tests (missing import)
1 parent 005df3d commit 39937a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_introspection_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
from oauth2_provider.models import get_access_token_model, get_application_model
1515
from oauth2_provider.oauth2_validators import OAuth2Validator
16+
from oauth2_provider.settings import oauth2_settings
1617
from oauth2_provider.views import ScopedProtectedResourceView
1718

1819
from . import presets

0 commit comments

Comments
 (0)