Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-paliwal committed Jun 30, 2021
1 parent d8b0f7c commit 2bfd777
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 @@ -51,7 +51,7 @@ test('test bad api key', async () => {
const promise = _sdkClient.getAccessEntities(requiredParam)

// just match the error message
return expect(promise).rejects.toThrow('[CustomerProfileAPISDK:ERROR_ENTITIES] Error 403 - Forbidden ({\"error_code\":\"403003\",\"message\":\"Api Key is invalid\"})')
return expect(promise).rejects.toThrow('[CustomerProfileAPISDK:ERROR_ENTITIES] Error 403 - Forbidden ({"error_code":"403003","message":"Api Key is invalid"})')
})

test('test getAccessEntities API', async () => {
Expand Down

0 comments on commit 2bfd777

Please sign in to comment.