Skip to content

Commit

Permalink
fix: compatibility test change (backport #2063) (#2065)
Browse files Browse the repository at this point in the history
fix: compatibility test change (#2063)

init commit

(cherry picked from commit 9bdc104)

Co-authored-by: insumity <[email protected]>
  • Loading branch information
mergify[bot] and insumity authored Jul 19, 2024
1 parent eb852ed commit b73dab8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/e2e/steps_compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,6 @@ func compstepsStartConsumerChain(consumerName string, proposalIndex, chainIndex
},
},
},
{
// op should fail - key already assigned by the same validator
Action: AssignConsumerPubKeyAction{
Chain: ChainID(consumerName),
Validator: ValidatorID("carol"),
ConsumerPubkey: getDefaultValidators()[ValidatorID("carol")].ConsumerValPubKey,
ReconfigureNode: false,
ExpectError: true,
ExpectedError: "a validator has assigned the consumer key already: consumer key is already in use by a validator",
},
State: State{},
},
{
// op should fail - key already assigned by another validator
Action: AssignConsumerPubKeyAction{
Expand Down

0 comments on commit b73dab8

Please sign in to comment.