Allow users to select multiple platforms for pack query (#1074)
This commit is contained in:
committed by
Jason Meller
parent
8749633b85
commit
3ec6b10324
@@ -44,7 +44,7 @@ describe('ConfigurePackQueryForm - component', () => {
|
||||
expect(spy).toHaveBeenCalledWith({
|
||||
interval: 123,
|
||||
logging_type: 'differential',
|
||||
platform: '',
|
||||
platform: 'all',
|
||||
query_id: 1,
|
||||
version: '',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user