1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

remove db access from unit test

This commit is contained in:
AlanCoding 2016-11-08 10:12:53 -05:00
parent 5a3fa395d6
commit c49200a024

View File

@ -236,7 +236,6 @@ class TestWorkflowAccessMethods:
assert access.can_add({'organization': 1})
@pytest.mark.django_db
def test_user_capabilities_method():
"""Unit test to verify that the user_capabilities method will defer
to the appropriate sub-class methods of the access classes.