aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE_data/rest_forbidden_resource.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE_data/rest_forbidden_resource.erl')
-rw-r--r--test/http_SUITE_data/rest_forbidden_resource.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE_data/rest_forbidden_resource.erl b/test/http_SUITE_data/rest_forbidden_resource.erl
index 287ff62..920ba31 100644
--- a/test/http_SUITE_data/rest_forbidden_resource.erl
+++ b/test/http_SUITE_data/rest_forbidden_resource.erl
@@ -28,4 +28,4 @@ to_text(Req, State) ->
from_text(Req, State) ->
{Path, Req2} = cowboy_req:path(Req),
- {Path, Req2, State}.
+ {{true, Path}, Req2, State}.