mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(Slack Node): Fix credential test (#3151)
This commit is contained in:
parent
a790dcae3d
commit
15e6d9274a
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue