From 3d0b758c40cf89fd8296e3e1c5e173322aa7ba5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Sun, 20 Oct 2024 21:30:31 -0500 Subject: [PATCH] change(integration-tests/emulated): Configure Penpal - add possibility to inject non-authorities session-keys in genesis (SDK #5078) --- .../emulated/chains/parachains/testing/penpal/src/genesis.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/emulated/chains/parachains/testing/penpal/src/genesis.rs b/integration-tests/emulated/chains/parachains/testing/penpal/src/genesis.rs index a9ddf89522..fc99a474d2 100644 --- a/integration-tests/emulated/chains/parachains/testing/penpal/src/genesis.rs +++ b/integration-tests/emulated/chains/parachains/testing/penpal/src/genesis.rs @@ -60,6 +60,8 @@ pub fn genesis(para_id: u32) -> Storage { ) }) .collect(), + // TODO: Any keys to add here? + non_authority_keys: vec![], }, polkadot_xcm: penpal_runtime::PolkadotXcmConfig { safe_xcm_version: Some(SAFE_XCM_VERSION),