Skip to content

Commit

Permalink
tests(acl) reading the response body
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Mar 7, 2017
1 parent 04601e2 commit 665e3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/03-plugins/10-acl/02-access_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ describe("Plugin: ACL (access)", function()
["Host"] = "acl_test"..i..".com"
}
})
res:read_body()
return res.status ~= 404
end, 5)

Expand Down

0 comments on commit 665e3db

Please sign in to comment.