diff --git a/test/integration-tests/cve-id/getCveIdTest.js b/test/integration-tests/cve-id/getCveIdTest.js index 3914f48e7..3eddba977 100644 --- a/test/integration-tests/cve-id/getCveIdTest.js +++ b/test/integration-tests/cve-id/getCveIdTest.js @@ -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