Skip to content

Commit

Permalink
Correct a ct_helper:ignore call
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Feb 10, 2025
1 parent 882a4f4 commit 105d233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/static_handler_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ execute(Req=#{path := Path}, Env) ->
<<"/bad/dir/route">> -> ct_helper:ignore(cowboy_static, escape_reserved, 1);
<<"/bad">> -> ct_helper:ignore(cowboy_static, init_opts, 2);
<<"/bad/options">> -> ct_helper:ignore(cowboy_static, content_types_provided, 2);
<<"/bad/options/mime">> -> ct_helper:ignore(cowboy_rest, set_content_type, 2);
<<"/bad/options/mime">> -> ct_helper:ignore(cowboy_rest, normalize_content_types, 2);
<<"/bad/options/etag">> -> ct_helper:ignore(cowboy_static, generate_etag, 2);
<<"/bad/options/charset">> -> ct_helper:ignore(cowboy_static, charsets_provided, 2);
_ -> ok
Expand Down

0 comments on commit 105d233

Please sign in to comment.