zombienet_tests: Fix genesis error in 0006-parachains-max-tranche0.toml (#2191)

There was a race in merging between
https://github.com/paritytech/polkadot-sdk/pull/1256 and
https://github.com/paritytech/polkadot-sdk/pull/1178, so this newly
added tests wasn't updated with the new path for the configuration, so
fix that.

Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
This commit is contained in:
Alexandru Gheorghe
2023-11-07 12:10:19 +02:00
committed by GitHub
parent c4211b6533
commit f5e9827fda
@@ -2,7 +2,7 @@
timeout = 1000 timeout = 1000
bootnode = true bootnode = true
[relaychain.genesis.runtime.configuration.config] [relaychain.genesis.runtimeGenesis.patch.configuration.config]
max_validators_per_core = 1 max_validators_per_core = 1
needed_approvals = 7 needed_approvals = 7
relay_vrf_modulo_samples = 5 relay_vrf_modulo_samples = 5