Skip to content

Commit

Permalink
fix: ica gov e2e test (#8076)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba authored Mar 1, 2025
1 parent 75a7a40 commit af78665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/e2e-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ on:
required: true
type: choice
options:
- release/v7.4.x
- release/v7.5.x
- release/v7.6.x
- release/v7.7.x
- release/v7.8.x
- release/v8.4.x
- release/v8.5.x
- release/v7.9.x
- release/v8.6.x
- release/v10.0.x
- main
ibc-go-version:
Expand Down Expand Up @@ -54,13 +49,8 @@ jobs:
strategy:
matrix:
release-branch:
- release/v7.4.x
- release/v7.5.x
- release/v7.6.x
- release/v7.7.x
- release/v7.8.x
- release/v8.4.x
- release/v8.5.x
- release/v7.9.x
- release/v8.6.x
- release/v10.0.x
- main
steps:
Expand Down
7 changes: 1 addition & 6 deletions e2e/tests/interchain_accounts/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,13 +496,8 @@ func (s *InterchainAccountsTestSuite) testMsgSendTxSuccessfulGovProposal(order c
s.Require().NoError(err)
s.Require().NotNil(govModuleAddress)

testProposal := &controllertypes.MsgUpdateParams{
Signer: govModuleAddress.String(),
Params: controllertypes.NewParams(false),
}

msg, err := govv1.NewMsgSubmitProposal(
[]sdk.Msg{testProposal},
[]sdk.Msg{},
sdk.NewCoins(sdk.NewCoin(chainB.Config().Denom, sdkmath.NewInt(10_000_000))),
hostAccount, "e2e", "e2e", "e2e", false,
)
Expand Down

0 comments on commit af78665

Please sign in to comment.