From c49200a0249eda9e0c6d40a2ff629d92d0d17fb1 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 8 Nov 2016 10:12:53 -0500 Subject: [PATCH] remove db access from unit test --- awx/main/tests/unit/test_access.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tests/unit/test_access.py b/awx/main/tests/unit/test_access.py index 83b07d3ef6..2bda14eea2 100644 --- a/awx/main/tests/unit/test_access.py +++ b/awx/main/tests/unit/test_access.py @@ -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.