0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Fix a small typo in a test

This commit is contained in:
Loïc Hoguin 2013-12-28 17:34:59 +01:00
parent 8966e39b30
commit 4efe014a2a

View file

@ -535,7 +535,7 @@ check_status(Config) ->
{403, "/static/unreadable"},
{404, "/not/found"},
{404, "/static/not_found"},
{500, "/handler_errors?case=handler_before_reply"},
{500, "/handler_errors?case=handle_before_reply"},
{500, "/handler_errors?case=init_before_reply"},
{666, "/init_shutdown"}
],