Sfoglia il codice sorgente

1394: one more test

pull/1395/head
Artem Pervin 8 anni fa
parent
commit
e60562fb30
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      test/rebar_utils_SUITE.erl

+ 3
- 0
test/rebar_utils_SUITE.erl Vedi File

@ -276,6 +276,9 @@ tup_merge(_Config) ->
).
proxy_auth(_Config) ->
application:unset_env(rebar, proxy_auth),
%% proxy auth not set
?assertEqual([], rebar_utils:get_proxy_auth()),
%% proxy auth with regular username/password
rebar_utils:set_proxy_auth("Username:Password"),
?assertEqual([{proxy_auth, {"Username", "Password"}}],

Caricamento…
Annulla
Salva