Skip to content

Commit

Permalink
this is just weird. CouchDb, get yourself together with your error me…
Browse files Browse the repository at this point in the history
…ssages.
  • Loading branch information
dianabarsan committed May 28, 2024
1 parent c0cccc2 commit 920b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/credentials-auth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 920b8d6

Please sign in to comment.