Skip to content

Commit 7f1626b

Browse files
committed
test: fix fail message
1 parent 63208b6 commit 7f1626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/auth.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe('Authentication Spec Prose Tests', function () {
260260
try {
261261
this.configuration.newClient({}, noUsernameOptions);
262262
expect.fail(
263-
'Creating a new client with a password and no username must fail validation.'
263+
'Creating a new client with a password and no user must fail validation.'
264264
);
265265
} catch (noUserError) {
266266
// NOTE: This prose test fails Node's validation of the credentials object - a username

0 commit comments

Comments
 (0)