Skip to content

Commit 6ecae8b

Browse files
committed
fix: update API URL in integration tests to point to poco-v5
1 parent e015549 commit 6ecae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { env } from '../../config/env';
66
import { AppRegistry__factory, IexecInterfaceToken__factory } from '../../generated/typechain';
77
import config from '../../networks.json' with { type: 'json' };
88

9-
const APIURL = `http://localhost:8000/subgraphs/name/${env.NETWORK_NAME}/poco`;
9+
const APIURL = `http://localhost:8000/subgraphs/name/${env.NETWORK_NAME}/poco-v5`;
1010
const client = new ApolloClient({
1111
uri: APIURL,
1212
cache: new InMemoryCache(),

0 commit comments

Comments
 (0)