We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b875a commit 3ce1f6cCopy full SHA for 3ce1f6c
tests/src/recipe.rs
@@ -110,7 +110,7 @@ pub async fn build_subgraph_with_pnpm_cmd_and_arg(
110
let deploy_output = run_cmd(
111
Command::new("pnpm")
112
.args(&args)
113
- .env("IPFS_URI", "http://127.0.0.1:5001")
+ .env("IPFS_URI", ipfs::ServerAddress::test_rpc_api().to_string())
114
.env("GRAPH_NODE_ADMIN_URI", "http://localhost:0")
115
.current_dir(dir),
116
);
0 commit comments