From 2c47e5d852ff3562c89686f289c5effd43859584 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 9 Apr 2025 11:18:09 -0400 Subject: [PATCH] feature/IO-2769-Job-Totals-Testing - updated tests --- server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js b/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js index b2a886e2f..01352191e 100644 --- a/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js +++ b/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js @@ -96,7 +96,8 @@ describe("handleInvoiceBasedPayment", () => { mockLogger, "intellipay-postback-job-not-found", "Job not found", - logMeta + logMeta, + 200 ); });