summaryrefslogtreecommitdiff
path: root/test/polyjuice/client/endpoint/post_rooms_forget_test.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-10-22 22:08:46 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-10-22 22:08:46 -0400
commit3f94502e2d3aa544f4e32446783aa47b59d28b14 (patch)
treee3d7e501a6443cb1531f6d10c4d4d7a6e0bab2cd /test/polyjuice/client/endpoint/post_rooms_forget_test.exs
parentadd a method to create delete requests (diff)
allow compressed server responses
Diffstat (limited to 'test/polyjuice/client/endpoint/post_rooms_forget_test.exs')
-rw-r--r--test/polyjuice/client/endpoint/post_rooms_forget_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/polyjuice/client/endpoint/post_rooms_forget_test.exs b/test/polyjuice/client/endpoint/post_rooms_forget_test.exs
index a2ce841..e3300cd 100644
--- a/test/polyjuice/client/endpoint/post_rooms_forget_test.exs
+++ b/test/polyjuice/client/endpoint/post_rooms_forget_test.exs
@@ -24,6 +24,7 @@ defmodule Polyjuice.Client.Endpoint.PostRoomsForgetTest do
body: "{}",
headers: [
{"Accept", "application/json"},
+ {"Accept-Encoding", "gzip, deflate"},
{"Content-Type", "application/json"}
],
method: :post,