Skip to content

Commit

Permalink
Fix alto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 4, 2024
1 parent 3c16f50 commit 4382711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests-kinto-e2e/src/setupAlto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const startAlto = async (rpc: string, altoPort: string) => {
"start",
"run",
"--config",
"./test/kinto-e2e/kinto-alto-config.json",
"./packages/tests-kinto-e2e/kinto-alto-config.json",
"--rpc-url",
rpc,
"--utility-private-key",
Expand Down

0 comments on commit 4382711

Please sign in to comment.