瀏覽代碼

1394: one more test

pull/1395/head
Artem Pervin 8 年之前
父節點
當前提交
e60562fb30
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      test/rebar_utils_SUITE.erl

+ 3
- 0
test/rebar_utils_SUITE.erl 查看文件

@ -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"}}],

Loading…
取消
儲存