to include pass and fail test for each end point. Signed-off-by: Michael Price <loneviking72@gmail.com>
6 lines
155 B
Python
6 lines
155 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_ROLE_2_LABEL = 'test role 2'
|
|
TEST_ROLE_LABEL = 'test role'
|
|
TEST_ROLE_LABEL_EDITED = 'test role label edited'
|