From 7e00da9e5f3eca39c20b351b6c75b95c8b17b4dc Mon Sep 17 00:00:00 2001 From: Tom Redman Date: Wed, 2 Oct 2024 15:11:30 -0400 Subject: [PATCH] updated expected value on auth validation --- utilities/validate.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utilities/validate.js b/utilities/validate.js index 9749d95..39638d5 100644 --- a/utilities/validate.js +++ b/utilities/validate.js @@ -44,9 +44,7 @@ function validateCreds(config) { }; const expected = { - code: 200, - error: "some data points in the request failed validation", - num_records_imported: 0, + error: "data, missing or empty", status: 0 };