From 699164fbdd114c981d1c368eede7ef1952b96859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 11 Aug 2016 11:48:09 +0200 Subject: Add a test for echo_get example undefined --- test/examples_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/examples_SUITE.erl b/test/examples_SUITE.erl index 25cf7e4..56f612f 100644 --- a/test/examples_SUITE.erl +++ b/test/examples_SUITE.erl @@ -167,6 +167,7 @@ echo_get(Config) -> do_echo_get(Transport, Protocol, Config) -> {200, _, <<"this is fun">>} = do_get(Transport, Protocol, "/?echo=this+is+fun", Config), + {400, _, _} = do_get(Transport, Protocol, "/", Config), ok. %% Echo POST. -- cgit v1.2.3