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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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