Skip to content

Commit

Permalink
fix: update unauthorized e2e test for latest breaking change (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho authored Mar 3, 2025
1 parent d974951 commit 56ec324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('e2e tests using OpenWhisk credentials (as env vars)', () => {
expect({ name: expectedError.name, code: expectedError.code, message: expectedError.message, sdkDetails: expectedError.sdkDetails })
.toEqual(expect.objectContaining({
name: 'AdobeStateLibError',
code: 'ERROR_BAD_CREDENTIALS'
code: 'ERROR_UNAUTHORIZED'
}))
})

Expand Down

0 comments on commit 56ec324

Please sign in to comment.