Fix a spelling mistakes in unit test
The patch fix a spelling mistakes in unit test.In notification unit test, test use fake host named 'fake_host1',normally it is 'fake_host_1'. Change-Id: Ic607edef6ce6c8b90eb46a840f483210ba6019f6
This commit is contained in:
parent
4e84d3a9c9
commit
f2e830f927
@ -95,7 +95,7 @@ NOTIFICATION_LIST = [
|
|||||||
|
|
||||||
{"type": "PROCESS", "id": 2, "payload": {'event': 'STOPPED',
|
{"type": "PROCESS", "id": 2, "payload": {'event': 'STOPPED',
|
||||||
'process_name': 'fake_process'},
|
'process_name': 'fake_process'},
|
||||||
"source_host_uuid": uuidsentinel.fake_host1, "generated_time": NOW,
|
"source_host_uuid": uuidsentinel.fake_host_1, "generated_time": NOW,
|
||||||
"status": "running", "notification_uuid": uuidsentinel.fake_notification1,
|
"status": "running", "notification_uuid": uuidsentinel.fake_notification1,
|
||||||
"created_at": NOW, "updated_at": None, "deleted_at": None, "deleted": 0},
|
"created_at": NOW, "updated_at": None, "deleted_at": None, "deleted": 0},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user