Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Add test for link_names
Browse files Browse the repository at this point in the history
  • Loading branch information
Workshop2 committed Dec 9, 2017
1 parent 3fa265e commit e35d42d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ public async Task should_call_expected_url_with_given_slack_key()
.WithQueryParamValue("channel", channel)
.WithQueryParamValue("text", text)
.WithQueryParamValue("as_user", "true")
.WithQueryParamValue("link_names", "true")
.WithoutQueryParam("attachments")
.Times(1);
}

0 comments on commit e35d42d

Please sign in to comment.