Skip to content

Commit

Permalink
fix(Slack Node): Fix credential test (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency committed Apr 22, 2022
1 parent a790dca commit 15e6d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/credentials/SlackApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export class SlackApi implements ICredentialType {
{
type: 'responseSuccessBody',
properties: {
key: 'ok',
value: false,
key: 'error',
value: 'invalid_auth',
message: 'Invalid access token',
},
},
Expand Down

0 comments on commit 15e6d92

Please sign in to comment.