mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
[system_tracking] Refactor flat comparison logic
This commit is contained in:
@@ -54,7 +54,9 @@ describe('CompareFacts.Flat', function() {
|
||||
facts:
|
||||
[{ keyName: 'foo',
|
||||
value1: 'bar',
|
||||
value2: 'baz'
|
||||
value1IsAbsent: false,
|
||||
value2: 'baz',
|
||||
value2IsAbsent: false
|
||||
}]
|
||||
}]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user