Browse Source

Fix a small typo in a test

Loïc Hoguin 11 years ago
parent
commit
4efe014a2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/http_SUITE.erl

+ 1 - 1
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"}
 	],