summaryrefslogtreecommitdiff
path: root/test/polyjuice
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-04-21 02:50:49 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-04-21 02:50:49 -0400
commitfd9d9ed9b14f34fb9d7863f5c03e4942b16a7adc (patch)
treead7da10f745fa7e596fcd7237bbc56b22522faa5 /test/polyjuice
parentallow listeners to be functions instead of processes (diff)
fix login endpoint add logout endpoint, and add functions for logging in/out
Diffstat (limited to 'test/polyjuice')
-rw-r--r--test/polyjuice/client/endpoint/post_login_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/polyjuice/client/endpoint/post_login_test.exs b/test/polyjuice/client/endpoint/post_login_test.exs
index b1dabb0..8d816a1 100644
--- a/test/polyjuice/client/endpoint/post_login_test.exs
+++ b/test/polyjuice/client/endpoint/post_login_test.exs
@@ -28,7 +28,7 @@ defmodule Polyjuice.Client.Endpoint.PostLoginTest do
http_spec = Polyjuice.Client.Endpoint.Proto.http_spec(endpoint, "https://example.com")
assert %{http_spec | transform: nil, body: nil} == %Polyjuice.Client.Endpoint.HttpSpec{
- auth_required: true,
+ auth_required: false,
body: nil,
headers: [
{"Accept", "application/json"},