Allow users to select multiple platforms for pack query (#1074)

This commit is contained in:
Kyle Knight
2017-01-24 18:52:48 -05:00
committed by Jason Meller
parent 8749633b85
commit 3ec6b10324
8 changed files with 106 additions and 12 deletions
@@ -44,7 +44,7 @@ describe('ConfigurePackQueryForm - component', () => {
expect(spy).toHaveBeenCalledWith({
interval: 123,
logging_type: 'differential',
platform: '',
platform: 'all',
query_id: 1,
version: '',
});