mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -04:00
Fix delayed handler test
This commit is contained in:
parent
87a670578b
commit
0e3168b4bb
1 changed files with 2 additions and 0 deletions
|
@ -6,11 +6,13 @@ defmodule HTTParrot.DelayedHandlerTest do
|
||||||
setup do
|
setup do
|
||||||
new HTTParrot.GeneralRequestInfo
|
new HTTParrot.GeneralRequestInfo
|
||||||
new JSEX
|
new JSEX
|
||||||
|
new :cowboy_req
|
||||||
end
|
end
|
||||||
|
|
||||||
teardown do
|
teardown do
|
||||||
unload HTTParrot.GeneralRequestInfo
|
unload HTTParrot.GeneralRequestInfo
|
||||||
unload JSEX
|
unload JSEX
|
||||||
|
unload :cowboy_req
|
||||||
end
|
end
|
||||||
|
|
||||||
test "malformed_request returns false if it's not an integer" do
|
test "malformed_request returns false if it's not an integer" do
|
||||||
|
|
Loading…
Add table
Reference in a new issue