From d9d9273e3589cbc69137a046016ee0665ba50f0a Mon Sep 17 00:00:00 2001 From: Tomasz Polaczyk Date: Wed, 8 Nov 2023 16:01:14 +0100 Subject: [PATCH] Fix typo in zombienet config It doesn't matter because both files have the same contents --- test/moonwall.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moonwall.config.json b/test/moonwall.config.json index e637d3194..0f32c1762 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -178,7 +178,7 @@ "foundation": { "type": "zombie", "zombieSpec": { - "configPath": "./configs/zombieTanssi.json", + "configPath": "./configs/zombieTanssiRotation.json", "skipBlockCheck": ["Container2002"] } },