Skip to content

Commit 56ec324

Browse files
authored
fix: update unauthorized e2e test for latest breaking change (#228)
1 parent d974951 commit 56ec324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('e2e tests using OpenWhisk credentials (as env vars)', () => {
101101
expect({ name: expectedError.name, code: expectedError.code, message: expectedError.message, sdkDetails: expectedError.sdkDetails })
102102
.toEqual(expect.objectContaining({
103103
name: 'AdobeStateLibError',
104-
code: 'ERROR_BAD_CREDENTIALS'
104+
code: 'ERROR_UNAUTHORIZED'
105105
}))
106106
})
107107

0 commit comments

Comments
 (0)