Fix the name of the workflows test
Change-Id: Ieea5aaa3a211b94b758bded69307ec2f5815ee40
This commit is contained in:
parent
9e583c0629
commit
4c29f01c1c
@ -23,7 +23,7 @@ from evoque_dashboard.test import helpers as test
|
|||||||
INDEX_URL = reverse('horizon:ticket:workflows:index')
|
INDEX_URL = reverse('horizon:ticket:workflows:index')
|
||||||
|
|
||||||
|
|
||||||
class PoliciesTest(test.TestCase):
|
class WorkflowsTest(test.TestCase):
|
||||||
|
|
||||||
@test.create_stubs({api.evoque: ('workflow_list',)})
|
@test.create_stubs({api.evoque: ('workflow_list',)})
|
||||||
def test_index(self):
|
def test_index(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user