From a48c92cc163227bbe218ce99baf81440304b178d Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Thu, 3 Jul 2014 08:04:07 +1200 Subject: [PATCH] Fix typo on redirect_handler_test [ci skip] --- test/redirect_handler_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/redirect_handler_test.exs b/test/redirect_handler_test.exs index a3549cb..dcc9493 100644 --- a/test/redirect_handler_test.exs +++ b/test/redirect_handler_test.exs @@ -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}