summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/handlers/test_base.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-11-21 02:13:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 02:13:12 +0000
commitb8c925baa4f00185d5465e6f85ebce832c0c41f6 (patch)
tree8d96b1e2d47cd6b55433e97fe3c4760f9d2e4398 /testapi/opnfv_testapi/tests/unit/handlers/test_base.py
parent4dced360ffbde66755ec49715db8fd876fa11d09 (diff)
parent141e16fcbdcacc02ff30d861bf76082b51d4c287 (diff)
Merge "Update and Delete functionalities for projects"
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/handlers/test_base.py')
-rw-r--r--testapi/opnfv_testapi/tests/unit/handlers/test_base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/handlers/test_base.py b/testapi/opnfv_testapi/tests/unit/handlers/test_base.py
index eb147cc..4e5c0d9 100644
--- a/testapi/opnfv_testapi/tests/unit/handlers/test_base.py
+++ b/testapi/opnfv_testapi/tests/unit/handlers/test_base.py
@@ -61,7 +61,8 @@ class TestBase(testing.AsyncHTTPTestCase):
'opnfv-testapi-users',
'opnfv-gerrit-functest-submitters',
'opnfv-gerrit-qtip-submitters',
- 'opnfv-gerrit-qtip-contributors']
+ 'opnfv-gerrit-qtip-contributors',
+ 'opnfv-gerrit-apex-submitters']
})
def tearDown(self):