Merge pull request #285 from chrismeyersfsu/fix-fact_tests

fix fact cache reciever unit tests to use inventory_id in message
This commit is contained in:
Chris Meyers 2015-06-17 09:09:16 -04:00
commit e495f07bb6

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 = {