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:
parent
fdfdb997ad
commit
a48c92cc16
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue