fix fact cache reciever unit tests to use inventory_id in message

This commit is contained in:
Chris Meyers
2015-06-16 13:11:09 -04:00
parent 3522920b08
commit 686312a427

View File

@@ -21,7 +21,8 @@ __all__ = ['RunFactCacheReceiverUnitTest', 'RunFactCacheReceiverFunctionalTest']
TEST_MSG_BASE = {
'host': 'hostname1',
'date_key': time.mktime(datetime.utcnow().timetuple()),
'facts' : { }
'facts' : { },
'inventory_id': 1
}
TEST_MSG_MODULES = {