Skip to content

Commit 5c36210

Browse files
skip test
1 parent 1d0b25b commit 5c36210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-auth/test/integration/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('contentstack-auth plugin test', () => {
6666

6767
describe('Check auth:login command with --username, --password flags and wrong credentials', function() {
6868

69-
it.skip'Login should fail due to wrong credentials (flags)', async () => {
69+
it.skip('Login should fail due to wrong credentials (flags)', async () => {
7070
sandbox.stub(authHandler, 'login').rejects(new Error('Invalid credentials'));
7171

7272
try {

0 commit comments

Comments
 (0)