From e6e2ee0fe15686ee9f0f28f5a6f7bb6e99801c42 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 17 Jun 2021 12:31:52 +0200 Subject: [PATCH] set AQUARIUS_URI again --- .github/workflows/ci.yml | 2 +- test/integration/Assets.test.ts | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab8e169c..721a9474c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest env: ADDRESS_FILE: ${{ github.workspace }}/.ocean/ocean-contracts/artifacts/address.json - # AQUARIUS_URI: http://172.15.0.5:5000 + AQUARIUS_URI: http://172.15.0.5:5000 # AQUARIUS_URI: http://127.0.0.1:5000 steps: diff --git a/test/integration/Assets.test.ts b/test/integration/Assets.test.ts index 4089fce23..ce87d2d4f 100644 --- a/test/integration/Assets.test.ts +++ b/test/integration/Assets.test.ts @@ -62,11 +62,14 @@ describe('Assets', () => { publishedDate, timeout ) + ddo = await ocean.assets.create(metadata, alice, [service1]) assert.isDefined(ddo) assert.isDefined(ddo.id) - assert(ddo !== null) - console.log(ddo) + + // const storeTx = await ocean.onChainMetadata.publish(ddo.id, ddo, alice.getId()) + // assert(storeTx) + // await waitForAqua(ocean, ddo.id) }) it('should add allow credential', async () => {