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

Commit 12ec8d2

Browse files
test: enable pubsub for factory daemon
1 parent 534d849 commit 12ec8d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/utils/ipfs-factory-daemon/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ class Factory {
5252
})
5353
},
5454
(cb) => {
55-
daemon = new HttpApi(repoPath, config)
55+
daemon = new HttpApi(repoPath, config, {
56+
enablePubsubExperiment: true,
57+
})
5658
daemon.repoPath = repoPath
5759
this.daemonsSpawned.push(daemon)
5860

0 commit comments

Comments
 (0)