Skip to content

Commit b304031

Browse files
committed
More integration test fixes
1 parent a71b82f commit b304031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-tests/cve/cursorPaginationTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Testing Get cve_cursor endpoint', () => {
1818
await helpers.cveRequestAsSecHelper(cveId)
1919
}
2020
})
21-
const TOTAL_COUNT = 120
21+
const TOTAL_COUNT = 119
2222

2323
context('Positive Tests', () => {
2424
it('Get cve_cursor should return all records when no parameters are specifed', async () => {

0 commit comments

Comments
 (0)