Skip to content

Commit 377d240

Browse files
committed
zombienet: use test-parachain image for the slashing test
1 parent a30092a commit 377d240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

polkadot/zombienet_tests/functional/0005-parachains-disputes-past-session.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cumulus_based = true
4040

4141
[parachains.collator]
4242
name = "collator"
43-
command = "polkadot-parachain"
44-
image = "docker.io/parity/polkadot-parachain:latest"
45-
# image = "{{COL_IMAGE}}"
43+
command = "test-parachain"
44+
validator = true
45+
image = "{{COL_IMAGE}}"
4646
args = ["-lparachain=debug"]

0 commit comments

Comments
 (0)