Skip to content

Commit

Permalink
Remove unnecessary priority list from test in steps_permissionless_ic…
Browse files Browse the repository at this point in the history
…s.go
  • Loading branch information
kirdatatjana committed Oct 16, 2024
1 parent a7572eb commit 165ef87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/e2e/steps_permissionless_ics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit 165ef87

Please sign in to comment.