Fix up some issues on feature validation for licenses

Also purging and fixing up some unit test behavior
This commit is contained in:
Matthew Jones
2017-07-13 10:27:43 -04:00
parent 96a9d048b8
commit c1ce79d0a5
5 changed files with 14 additions and 7 deletions

View File

@@ -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,