Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: create a keychain for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Dec 24, 2017
1 parent 2eeaff1 commit 791000c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/utils/ipfs-factory-daemon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ class Factory {
})
},
(cb) => {
daemon = new HttpApi(repoPath, config, {enablePubsubExperiment: true})
daemon = new HttpApi(repoPath, config, {
pass: hat(),
enablePubsubExperiment: true
})
daemon.repoPath = repoPath
this.daemonsSpawned.push(daemon)

Expand Down

0 comments on commit 791000c

Please sign in to comment.