We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c515862 commit 18b7289Copy full SHA for 18b7289
package.json
@@ -40,7 +40,7 @@
40
"delay": "^4.0.0",
41
"dockerode": "^3.0.0",
42
"get-stream": "^5.0.0",
43
- "got": "^9.0.0",
+ "got": "^10.0.1",
44
"nyc": "^14.0.0",
45
"p-retry": "^4.0.0",
46
"semantic-release": "^16.0.0-beta",
test/helpers/npm-registry.js
@@ -45,10 +45,10 @@ async function start() {
// Create user
47
await got(`http://${SERVER_HOST}:${SERVER_PORT}/_users/org.couchdb.user:${NPM_USERNAME}`, {
48
- json: true,
49
- auth: `${COUCHDB_USER}:${COUCHDB_PASSWORD}`,
+ username: COUCHDB_USER,
+ password: COUCHDB_PASSWORD,
50
method: 'PUT',
51
- body: {
+ json: {
52
_id: `org.couchdb.user:${NPM_USERNAME}`,
53
name: NPM_USERNAME,
54
roles: [],
0 commit comments