Skip to content

Commit

Permalink
#803 Updated non-related test that is dependent on the number of cves…
Browse files Browse the repository at this point in the history
… in the test set. Note has been made to remove that requirement
  • Loading branch information
david-rocca committed Jul 31, 2023
1 parent b40fa55 commit 6a4278d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration-tests/cve-id/getCveIdTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const constants = require('../constants.js')
const app = require('../../../src/index.js')

describe('Testing Get CVE-ID endpoint', () => {
const RESESRVED_COUNT = 116
// TODO: Update this test to dynamically calculate reserved count.
const RESESRVED_COUNT = 120
const YEAR_COUNT = 10
const PUB_YEAR_COUNT = 4
const TIME_WINDOW_COUNT = 40
Expand Down

0 comments on commit 6a4278d

Please sign in to comment.