fix(Slack Node): Fix credential test (#3151)

This commit is contained in:
Michael Kret
2022-04-22 13:45:11 +03:00
committed by GitHub
parent a790dcae3d
commit 15e6d9274a

View File

@@ -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',
},
},