diff options
Diffstat (limited to 'testapi/opnfv_testapi/common/constants.py')
-rw-r--r-- | testapi/opnfv_testapi/common/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/common/constants.py b/testapi/opnfv_testapi/common/constants.py index 70c9223..c7f82d9 100644 --- a/testapi/opnfv_testapi/common/constants.py +++ b/testapi/opnfv_testapi/common/constants.py @@ -1,4 +1,3 @@ TESTAPI_ID = 'testapi_id' CSRF_TOKEN = 'csrf_token' -ROLE = 'role' TESTAPI_USERS = ['opnfv-testapi-users'] |