mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
try again port 8032
This commit is contained in:
parent
48434aca00
commit
43d6581dd4
@ -217,7 +217,7 @@ describe('Multichain Provider test', async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('Should update metadata the asset metadata with second provider as serviceEndpoint', async () => {
|
it('Should update metadata the asset metadata with second provider as serviceEndpoint', async () => {
|
||||||
resolvedDdo.services[0].serviceEndpoint = 'http://172.15.0.104:8030'
|
resolvedDdo.services[0].serviceEndpoint = 'http://172.15.0.104:8032'
|
||||||
const updateTx = await updateAssetMetadata(
|
const updateTx = await updateAssetMetadata(
|
||||||
publisherAccount,
|
publisherAccount,
|
||||||
resolvedDdo,
|
resolvedDdo,
|
||||||
@ -230,7 +230,7 @@ describe('Multichain Provider test', async () => {
|
|||||||
delay(10000) // let's wait for aquarius to index the updated ddo
|
delay(10000) // let's wait for aquarius to index the updated ddo
|
||||||
|
|
||||||
it('Should resolve updated metadata asset', async () => {
|
it('Should resolve updated metadata asset', async () => {
|
||||||
providerUrl = 'http://172.15.0.104:8030'
|
providerUrl = 'http://172.15.0.104:8032'
|
||||||
resolvedDdoAfterUpdate = await aquarius.waitForAqua(assetId)
|
resolvedDdoAfterUpdate = await aquarius.waitForAqua(assetId)
|
||||||
console.log('____resolvedDdoAfterUpdate____ ', resolvedDdoAfterUpdate)
|
console.log('____resolvedDdoAfterUpdate____ ', resolvedDdoAfterUpdate)
|
||||||
assert(resolvedDdoAfterUpdate, 'Cannot fetch DDO from Aquarius')
|
assert(resolvedDdoAfterUpdate, 'Cannot fetch DDO from Aquarius')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user