mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
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:
commit
e495f07bb6
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user