diff options
Diffstat (limited to 'tests/specs/npm/npmrc_basic_auth')
-rw-r--r-- | tests/specs/npm/npmrc_basic_auth/.npmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/npmrc_basic_auth/.npmrc b/tests/specs/npm/npmrc_basic_auth/.npmrc index 0624091f0..c5548f6f6 100644 --- a/tests/specs/npm/npmrc_basic_auth/.npmrc +++ b/tests/specs/npm/npmrc_basic_auth/.npmrc @@ -1,4 +1,4 @@ @denotest:registry=http://127.0.0.1:4261/ -//127.0.0.1:4261/denotest/:_authToken=private-reg-token +//127.0.0.1:4261/:_auth=ZGVubzpsYW5k @denotest2:registry=http://127.0.0.1:4262/ -//127.0.0.1:4262/denotest2/:_authToken=private-reg-token2 +//127.0.0.1:4262/:_auth=ZGVubzpsYW5kMg== |