mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Fix Django 2.0 deprecation warnings
This commit is contained in:
@@ -6,7 +6,7 @@ from unittest.mock import PropertyMock
|
||||
from awx.api.urls import urlpatterns as api_patterns
|
||||
|
||||
# Django
|
||||
from django.core.urlresolvers import RegexURLResolver, RegexURLPattern
|
||||
from django.urls import RegexURLResolver, RegexURLPattern
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
||||
Reference in New Issue
Block a user