aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-28 17:34:59 +0100
committerLoïc Hoguin <[email protected]>2013-12-28 17:34:59 +0100
commit4efe014a2a3ed81e730e4789a50f719bd531e705 (patch)
tree5042ab23f63fb27f4cefb6013b116ca9acd66e56 /test/http_SUITE.erl
parent8966e39b30cea79fe3778ce3178392cd86cdee13 (diff)
downloadcowboy-4efe014a2a3ed81e730e4789a50f719bd531e705.tar.gz
cowboy-4efe014a2a3ed81e730e4789a50f719bd531e705.tar.bz2
cowboy-4efe014a2a3ed81e730e4789a50f719bd531e705.zip
Fix a small typo in a test
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index 977cc1a..13e7b0b 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -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"}
],