From ba40b37ecf607da5a509a223158b31cb0d91b888 Mon Sep 17 00:00:00 2001 From: DJensen94 <79864006+DJensen94@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:24:43 -0400 Subject: [PATCH] fix vuln tests fix vuln tests --- backend/test/vulnerabilities.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/test/vulnerabilities.test.ts b/backend/test/vulnerabilities.test.ts index 7c9f5606..a5b5d324 100644 --- a/backend/test/vulnerabilities.test.ts +++ b/backend/test/vulnerabilities.test.ts @@ -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(), @@ -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(),