aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE_data/rest_expires.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE_data/rest_expires.erl')
-rw-r--r--test/http_SUITE_data/rest_expires.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE_data/rest_expires.erl b/test/http_SUITE_data/rest_expires.erl
index e71b107..8665b06 100644
--- a/test/http_SUITE_data/rest_expires.erl
+++ b/test/http_SUITE_data/rest_expires.erl
@@ -7,7 +7,7 @@
-export([last_modified/2]).
init(Req, Opts) ->
- {rest, Req, Opts}.
+ {cowboy_rest, Req, Opts}.
content_types_provided(Req, State) ->
{[{{<<"text">>, <<"plain">>, []}, get_text_plain}], Req, State}.