mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 06:15:04 -02:30
clean up application logic
This commit is contained in:
@@ -9,7 +9,7 @@ from oauth2_provider.models import RefreshToken
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_personal_access_token_creation(oauth_application, post, alice): # TODO: Update this test
|
||||
def test_personal_access_token_creation(oauth_application, post, alice):
|
||||
url = drf_reverse('api:oauth_authorization_root_view') + 'token/'
|
||||
resp = post(
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user