HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Add integration test for ChatDeleteParams model #225

Closed zmarushchak-hs closed 3 years ago

zmarushchak-hs commented 3 years ago

Add integration test for ChatDeleteParams model to ensure that as_user param is not sent to Slack if it contains default value (false). Slack doesn't allow to include as_user param in case if requests are executed by new granular bot.

leonidhladii commented 3 years ago

LGTM, all tests are passed