From 165ef873b8a727d26231c693f835dca27ce52a75 Mon Sep 17 00:00:00 2001 From: kirdatatjana Date: Wed, 16 Oct 2024 10:13:00 +0200 Subject: [PATCH] Remove unnecessary priority list from test in steps_permissionless_ics.go --- tests/e2e/steps_permissionless_ics.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/e2e/steps_permissionless_ics.go b/tests/e2e/steps_permissionless_ics.go index ee85123028..db3a389586 100644 --- a/tests/e2e/steps_permissionless_ics.go +++ b/tests/e2e/steps_permissionless_ics.go @@ -142,10 +142,9 @@ func stepsPermissionlessICS() []Step { SpawnTime: 0, }, PowerShapingParams: &PowerShapingParameters{ - TopN: 0, - Allowlist: []string{getDefaultValidators()[ValidatorID("carol")].ValconsAddress}, - Denylist: []string{getDefaultValidators()[ValidatorID("bob")].ValconsAddress}, - Prioritylist: []string{getDefaultValidators()[ValidatorID("carol")].ValconsAddress}, + TopN: 0, + Allowlist: []string{getDefaultValidators()[ValidatorID("carol")].ValconsAddress}, + Denylist: []string{getDefaultValidators()[ValidatorID("bob")].ValconsAddress}, }, }, State: State{},