Skellington-Closet / slack-mock

A Slack API mocker for Slack bot integration tests.
MIT License
64 stars 15 forks source link

Correct property name for addResponse #18

Closed bmajz closed 7 years ago

bmajz commented 7 years ago

According to: https://github.com/bmajz/slack-mock/blob/master/src/lib/custom-responses.js#L28

The correct name for the property is statusCode and not status.

colestrode commented 7 years ago

Nice catch! Thanks for the PR :smile: