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

Commit 79d0e9b

Browse files
committed
test: fix http-api tests
1 parent 35f9615 commit 79d0e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/http-api/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const path = require('path')
1313
const clean = require('../utils/clean')
1414

1515
describe('HTTP API', () => {
16-
const repoExample = path.join(__dirname, '../test-data/go-ipfs-repo')
16+
const repoExample = path.join(__dirname, '../go-ipfs-repo')
1717
const repoTests = path.join(__dirname, '../repo-tests-run')
1818

1919
let http = {}
@@ -27,7 +27,7 @@ describe('HTTP API', () => {
2727
return done(err)
2828
}
2929

30-
http.api.start(done)
30+
http.api.start(false, done)
3131
})
3232
})
3333

0 commit comments

Comments
 (0)