mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Remove two warnings in test suites
This commit is contained in:
parent
cf3ab5832a
commit
1066a8d376
2 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,7 @@ dir_dotdot_file(Config) ->
|
|||
|
||||
dir_empty_file(Config) ->
|
||||
doc("Get an empty .txt file."),
|
||||
{200, Headers, <<>>} = do_get(config(prefix, Config) ++ "/empty.txt", Config),
|
||||
{200, _, <<>>} = do_get(config(prefix, Config) ++ "/empty.txt", Config),
|
||||
ok.
|
||||
|
||||
dir_error_directory(Config) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue