Skip to content

Commit e09dd84

Browse files
committed
test: Fix tests
1 parent aefaf95 commit e09dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/json-api-server-e2e/src/json-api/utils/run-application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const creatRpcSdk = (config: Partial<RpcConfig> = {}) =>
6565
{
6666
...config,
6767
rpcHost: `http://localhost:${port}`,
68-
rpcPath: `/rpc`,
68+
rpcPath: `/api/rpc`,
6969
transport: TransportType.HTTP,
7070
httpAgentFactory: axiosTransportFactory(axios),
7171
},

0 commit comments

Comments
 (0)