Browse Source

1394: fixed typos

pull/1395/head
Artem Pervin 8 years ago
parent
commit
f8873147ab
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/rebar_utils_SUITE.erl

+ 2
- 2
test/rebar_utils_SUITE.erl View File

@ -281,8 +281,8 @@ proxy_auth(_Config) ->
?assertEqual([{proxy_auth, {"Username", "Password"}}],
rebar_utils:get_proxy_auth()),
%% proxy auth with username missing and url encoded password
rebar_utils:set_proxy_auth(":?!abc#$"),
?assertEqual([{proxy_auth, {"", "%3F!abc%23%24"}}],
rebar_utils:set_proxy_auth(":%3F!abc%23%24"),
?assertEqual([{proxy_auth, {"", "?!abc#$"}}],
rebar_utils:get_proxy_auth()).

Loading…
Cancel
Save