fix(systemtests): align halt-height with comet in upgrade (#23306)

This commit is contained in:
mmsqe 2025-01-10 18:37:37 +08:00 committed by GitHub
parent 2ab05c6797
commit 8cc13ed2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ func TestChainUpgrade(t *testing.T) {
upgradeName = "v052-to-v054" // must match UpgradeName in simapp/upgrades.go
)
systest.Sut.StartChain(t, fmt.Sprintf("--halt-height=%d", upgradeHeight+1))
systest.Sut.StartChain(t, fmt.Sprintf("--comet.halt-height=%d", upgradeHeight+1))
cli := systest.NewCLIWrapper(t, systest.Sut, systest.Verbose)
govAddr := sdk.AccAddress(address.Module("gov")).String()