Skip to content

Commit 3294a3b

Browse files
committed
fix(test): add provider database url to addMspContainer call
1 parent ab5857a commit 3294a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/util/bspNet/docker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ const addContainer = async (
381381
"--rpc-cors=all",
382382
`--port=${p2pPort}`,
383383
"--base-path=/data",
384+
"--provider-database-url=postgresql://postgres:postgres@storage-hub-sh-postgres-1:5432/storage_hub",
384385
bootNodeArg,
385386
...(options?.additionalArgs || [])
386387
]

0 commit comments

Comments
 (0)