Skip to content

Commit 2303330

Browse files
committed
update unit tests to respect the new query parameter
1 parent 1890bf5 commit 2303330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit-tests/cve/updateCnaTest.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ describe('updateCna function', () => {
108108
body: {
109109
cnaContainer: cnaContainerCopy
110110
}
111+
},
112+
query: {
113+
erlcheck: 'false'
111114
}
112115
}
113116
})

0 commit comments

Comments
 (0)