diff options
author | Jesse Hallam <jesse.hallam@gmail.com> | 2018-05-14 13:24:22 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2018-05-14 13:24:22 -0400 |
commit | a1656dffa98fbc8865e476b214e4e0c562547d39 (patch) | |
tree | e50ba28d9eaf21640a6bfcd55c0fb237030911c5 /plugin/example_test.go | |
parent | 6a9aa855d1c862e4d39f8c00c6b7425405e7a612 (diff) | |
download | chat-a1656dffa98fbc8865e476b214e4e0c562547d39.tar.gz chat-a1656dffa98fbc8865e476b214e4e0c562547d39.tar.bz2 chat-a1656dffa98fbc8865e476b214e4e0c562547d39.zip |
MM-10201: querystring for get slash commands (#8779)
* pass GET slash command payloads through query string
Previously, both GET and POST requests received the payload via the
body, but this was incorrect for GET requests. Now, the payloads for GET
requests is sent via the query string.
* reorder tests for clarity
* switch command tests to use httptest servers
* restore original test command endpoints
Diffstat (limited to 'plugin/example_test.go')
0 files changed, 0 insertions, 0 deletions