diff --git a/test/interface.spec.js b/test/interface.spec.js index 127fbe4fa2..abc57e9620 100644 --- a/test/interface.spec.js +++ b/test/interface.spec.js @@ -297,7 +297,7 @@ describe('interface-ipfs-core tests', () => { config = undefined } - const spawnOptions = { repoPath, config, initOptions: { bits: 1024 } } + const spawnOptions = { repoPath, config, initOptions: { bits: 1024, profile: 'test' } } ipfsFactory.spawn(spawnOptions, (err, _ipfsd) => { if (err) {