mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
unit test related field checks, finialize scenarios
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user