Fix the bug of the py27 test

Change-Id: Ie3c19608d9c88cdbd41ca807e1f22d9b37d3d9d5
(cherry picked from commit f732ea90c9)
This commit is contained in:
pengyuesheng 2019-04-18 16:50:03 +08:00 committed by Renat Akhmerov
parent f9028b8f74
commit 2e8459a12d
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ def data(TEST):
'name': 'my_task',
'workflow_name': 'my_wf',
'state': 'RUNNING',
'type': 'ACTION',
'tags': ['deployment', 'demo'],
'result': {'some': 'result'}})
TEST.mistralclient_tasks.add(task_1)