Fix the name of the workflows test

Change-Id: Ieea5aaa3a211b94b758bded69307ec2f5815ee40
This commit is contained in:
zhangguoqing 2015-12-12 13:33:27 +08:00
parent 9e583c0629
commit 4c29f01c1c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from evoque_dashboard.test import helpers as test
INDEX_URL = reverse('horizon:ticket:workflows:index')
class PoliciesTest(test.TestCase):
class WorkflowsTest(test.TestCase):
@test.create_stubs({api.evoque: ('workflow_list',)})
def test_index(self):