summaryrefslogtreecommitdiff
path: root/test/polyjuice/client_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/polyjuice/client_test.exs')
-rw-r--r--test/polyjuice/client_test.exs10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/polyjuice/client_test.exs b/test/polyjuice/client_test.exs
index 089c97f..aad44a3 100644
--- a/test/polyjuice/client_test.exs
+++ b/test/polyjuice/client_test.exs
@@ -72,16 +72,6 @@ defmodule Polyjuice.ClientTest do
end
end
- defmodule Httpd.LoggedOut do
- # just tells the user that they were logged out, no matter what
- def _matrix(session_id, _env, _input) do
- :mod_esi.deliver(
- session_id,
- 'Status: 401 Unauthorized\r\nContent-Type: application/json\r\n\r\n{"errcode":"M_UNKNOWN_TOKEN","error":"Unknown token"}'
- )
- end
- end
-
test "transaction_id is unique" do
client = %Polyjuice.Client{
base_url: "http://localhost:8008",