From 936bec14c3c62e56444f5b08e5a79937eaa8d892 Mon Sep 17 00:00:00 2001 From: bnguyen-bcgsc Date: Tue, 5 Nov 2024 14:01:34 -0800 Subject: [PATCH] - Update variants unit test --- test/routes/report/variants.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routes/report/variants.test.js b/test/routes/report/variants.test.js index 53ab96669..2a2ba883a 100644 --- a/test/routes/report/variants.test.js +++ b/test/routes/report/variants.test.js @@ -157,7 +157,7 @@ describe('/reports/{REPORTID}/kb-matches', () => { // delete report afterAll(async () => { - await db.models.report.destroy({where: {ident: rapidReportIdent.ident}, force: true}); + await db.models.report.destroy({where: {ident: rapidReportIdent.ident}}); }, LONGER_TIMEOUT); });