Skip to content

Commit

Permalink
fix vuln tests
Browse files Browse the repository at this point in the history
fix vuln tests
  • Loading branch information
DJensen94 committed Oct 2, 2024
1 parent 2f34df7 commit ba40b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/test/vulnerabilities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ describe('vulnerabilities', () => {
}).save();
const domain = await Domain.create({
name: 'test-' + Math.random(),
organization
isFceb: true,
organization
}).save();
const vulnerability = await Vulnerability.create({
title: 'test-' + Math.random(),
Expand Down Expand Up @@ -595,8 +595,8 @@ describe('vulnerabilities', () => {
}).save();
const domain = await Domain.create({
name: 'test-' + Math.random(),
organization
isFceb: true,
organization
}).save();
const vulnerability = await Vulnerability.create({
title: 'test-' + Math.random(),
Expand Down

0 comments on commit ba40b37

Please sign in to comment.