Commit e7721aa9 authored by Filipa Lacerda's avatar Filipa Lacerda

Update karma unit test

parent c73ed161
......@@ -406,7 +406,7 @@ describe('ee merge request widget options', () => {
gl.mrWidgetData = {
...mockData,
sast_container: {
path: 'gl-sast-container.json',
head_path: 'gl-sast-container.json',
},
};
......@@ -492,7 +492,7 @@ describe('ee merge request widget options', () => {
gl.mrWidgetData = {
...mockData,
dast: {
path: 'dast.json',
head_path: 'dast.json',
},
};
......
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