Skip to content

Commit

Permalink
#1063 removed unused test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaigneau5 committed May 25, 2023
1 parent cf4a0f2 commit bdfb3f2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/unit-tests/cve/insertAdpTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const CveRepository = require('../../../src/repositories/cveRepository.js')
const UserRepository = require('../../../src/repositories/userRepository.js')

const adpUUID = faker.datatype.uuid()
const cnaUUID = faker.datatype.uuid()

const stubAdpOrg = {
short_name: 'adpOrg',
Expand All @@ -38,23 +37,6 @@ const stubAdpUser = {
UUID: faker.datatype.uuid()
}

const stubCnaOrg = {
short_name: 'cnaOrg',
name: 'test_cna',
UUID: faker.datatype.uuid(),
authority: {
active_roles: [
'CNA'
]
}
}

const stubCnaUser = {
username: 'testCnaUser',
org_UUID: cnaUUID,
UUID: faker.datatype.uuid()
}

const stubCveId = {
requested_by: {
cna: 'mitre',
Expand Down

0 comments on commit bdfb3f2

Please sign in to comment.