Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1fc15a5

Browse files
vmxdaviddias
authored andcommitted
fix: use a different remote server for test
The previous server had issues, so the test timed out. Hopefully this on is more stable.
1 parent 385a6c3 commit 1fc15a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/util.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ describe('.util', () => {
113113
})
114114

115115
it('.urlAdd http with redirection', (done) => {
116-
ipfs.util.addFromURL('http://covers.openlibrary.org/book/id/969165.jpg', (err, result) => {
116+
ipfs.util.addFromURL('https://coverartarchive.org/release/6e2a1694-d8b9-466a-aa33-b1077b2333c1', (err, result) => {
117117
expect(err).to.not.exist()
118-
expect(result[0].hash).to.equal('QmaL9zy7YUfvWmtD5ZXp42buP7P4xmZJWFkm78p8FJqgjg')
118+
expect(result[0].hash).to.equal('QmSUdDvmXuq5YGrL4M3SEz7UZh5eT9WMuAsd9K34sambSj')
119119
done()
120120
})
121121
})

0 commit comments

Comments
 (0)