Fix a few osquery config bugs (#869)
This commit is contained in:
@@ -44,9 +44,9 @@ describe('ConfigurePackQueryForm - component', () => {
|
||||
expect(spy).toHaveBeenCalledWith({
|
||||
interval: 123,
|
||||
logging_type: 'differential',
|
||||
platform: 'all',
|
||||
platform: '',
|
||||
query_id: 1,
|
||||
version: 'all',
|
||||
version: '',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user