Skip to content

Commit

Permalink
Update test/functional/lib/ipfs-import.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
whizzzkid and lidel authored Sep 15, 2023
1 parent 2ca0c52 commit 6767f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/lib/ipfs-import.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('ipfs-import.js', function () {
})
}
}
const state = { pubGwURLString: 'http://ipfs.io' }
const state = { pubGwURLString: 'https://ipfs.io' }
const mfsPath = '/my-directory'
const url = `${state.pubGwURLString}/ipfs/bafybeicgmdpvw4duutrmdxl4a7gc52sxyuk7nz5gby77afwdteh3jc5bqa`
getState.returns(state)
Expand Down

0 comments on commit 6767f7b

Please sign in to comment.