unit test related field checks, finialize scenarios

This commit is contained in:
AlanCoding
2016-11-05 13:45:07 -04:00
parent 2ddda56f09
commit 2279e1e8dc
3 changed files with 118 additions and 44 deletions
@@ -4,8 +4,6 @@ from awx.main.access import (
LabelAccess,
)
from rest_framework.exceptions import ParseError
@pytest.mark.django_db
def test_label_get_queryset_user(label, user):
access = LabelAccess(user('user', False))