From 920b8d6912499a944788c115ac36ce1c44705939 Mon Sep 17 00:00:00 2001 From: Diana Barsan Date: Tue, 28 May 2024 21:09:55 +0300 Subject: [PATCH] this is just weird. CouchDb, get yourself together with your error messages. --- test/integration/credentials-auth.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/credentials-auth.spec.js b/test/integration/credentials-auth.spec.js index eeda4e8..7a86d93 100644 --- a/test/integration/credentials-auth.spec.js +++ b/test/integration/credentials-auth.spec.js @@ -28,7 +28,7 @@ describe(`integration with ${authType}`, async function () { let tempAdminName; let tempDb; - const wrongAuthError = authType === 'url' ? 'Name or password is incorrect.' : 'Authentication required.'; + const wrongAuthError = 'Authentication required.'; this.timeout(12000); before(async () => {