From b29dbf1fd9de7986c7e6bf9555d70a285a005a41 Mon Sep 17 00:00:00 2001 From: arsenyjin Date: Wed, 17 Jun 2020 15:43:14 +0200 Subject: [PATCH] fix url --- test/integration/Simpleflow.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/Simpleflow.test.ts b/test/integration/Simpleflow.test.ts index 47956792..9b77cb9b 100644 --- a/test/integration/Simpleflow.test.ts +++ b/test/integration/Simpleflow.test.ts @@ -23,7 +23,7 @@ describe('Simple flow', () => { let tokenAmount = 100 let transferAmount = 1 - let blob = 'https://localhost:8030/api/v1/services' + let blob = 'http://localhost:8030/api/v1/provider/services' describe('#test', () => { it('Initialize Ocean contracts v3', async () => { @@ -56,7 +56,6 @@ describe('Simple flow', () => { it('Bob consumes dataset', async () => { const config = new Config() - let ocean = await Ocean.getInstance(config) ocean.assets.download(tokenAddress, blob, bob) })