Commit 931a2c62 authored by Alexander Turinske's avatar Alexander Turinske

Fix test to use tracking category

parent 43a305d6
......@@ -543,7 +543,7 @@ describe('Grouped security reports app', () => {
beforeEach(() => {
createWrapper(props);
trackingSpy = mockTracking('_category_', wrapper.vm.$el, jest.spyOn);
trackingSpy = mockTracking(category, wrapper.vm.$el, jest.spyOn);
});
afterEach(() => {
......
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