mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
type: 'responseSuccessBody',
|
||||||
properties: {
|
properties: {
|
||||||
key: 'ok',
|
key: 'error',
|
||||||
value: false,
|
value: 'invalid_auth',
|
||||||
message: 'Invalid access token',
|
message: 'Invalid access token',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue