Fix a few osquery config bugs (#869)

This commit is contained in:
Mike Arpaia
2017-01-10 15:27:52 -07:00
committed by GitHub
parent 9789543f8f
commit 84aaec0d71
5 changed files with 14 additions and 13 deletions
@@ -44,9 +44,9 @@ describe('ConfigurePackQueryForm - component', () => {
expect(spy).toHaveBeenCalledWith({
interval: 123,
logging_type: 'differential',
platform: 'all',
platform: '',
query_id: 1,
version: 'all',
version: '',
});
});
});