1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Fix typo on redirect_handler_test

[ci skip]
This commit is contained in:
Eduardo Gurgel 2014-07-03 08:04:07 +12:00
parent fdfdb997ad
commit a48c92cc16

View file

@ -9,7 +9,7 @@ defmodule HTTParrot.RedirectHandlerTest do
:ok
end
test "malformed_request returns false if it's not an integer" do
test "malformed_request returns true if it's not an integer" do
expect(:cowboy_req, :binding, [{[:n, :req1], {"a2B=", :req2}}])
assert malformed_request(:req1, :state) == {true, :req2, :state}