mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
Fix up some issues on feature validation for licenses
Also purging and fixing up some unit test behavior
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import pytest
|
||||
import mock
|
||||
import os
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
from django.forms.models import model_to_dict
|
||||
from rest_framework.exceptions import ParseError
|
||||
from rest_framework.exceptions import PermissionDenied
|
||||
|
||||
from awx.main.access import (
|
||||
BaseAccess,
|
||||
|
||||
Reference in New Issue
Block a user