Commit cfc0cbb0 authored by Savas Vedova's avatar Savas Vedova Committed by Jose Vargas

Fix filters spec

parent 7253fc6b
......@@ -138,7 +138,7 @@ describe('First class vulnerability filters component', () => {
listeners: { filterChange: filterChangeSpy },
});
router.push({ query: { [filter]: value.split(',') } });
router.push({ query: { [filter]: value.split(',') } }, () => {});
});
it(`should have the ${filter} filter as pre-selected`, () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment