summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/test/upload.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/test/upload.js')
-rw-r--r--deps/npm/node_modules/npm-registry-client/test/upload.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/test/upload.js b/deps/npm/node_modules/npm-registry-client/test/upload.js
index 8884db8f33..434ad36f01 100644
--- a/deps/npm/node_modules/npm-registry-client/test/upload.js
+++ b/deps/npm/node_modules/npm-registry-client/test/upload.js
@@ -8,10 +8,10 @@ var server = require("./lib/server.js")
var cache = require("./fixtures/underscore/cache.json")
var client = common.freshClient({
- username : "othiym23",
- password : "password",
+ username : "username",
+ password : "%1234@asdf%",
email : "ogd@aoaioxxysz.net",
- _auth : new Buffer("username : password").toString("base64"),
+ _auth : new Buffer("username:%1234@asdf%").toString("base64"),
"always-auth" : true
})