diff options
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r-- | test/http_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index b4c6cc7..203378c 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -15,6 +15,7 @@ -module(http_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [config/2]). -import(cowboy_test, [gun_open/1]). |