Skip to content

Commit

Permalink
fix(tests): set fixed gas for upgrade test (#1895)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Sep 18, 2023
1 parent a563df9 commit 6952ec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,9 @@ func TestUpgrade(t *testing.T) {
fmt.Sprintf("AKASH_CHAIN_ID=%s", cfg.ChainID),
fmt.Sprintf("AKASH_FROM=%s", cfg.Work.Key),
fmt.Sprintf("AKASH_GAS_PRICES=0.0025uakt"),
fmt.Sprintf("AKASH_GAS_ADJUSTMENT=1.5"),
// fmt.Sprintf("AKASH_GAS=auto"),
fmt.Sprintf("AKASH_GAS_ADJUSTMENT=2"),
// auto is failing with rpc error: code = Unknown desc = unknown query path: unknown request
fmt.Sprintf("AKASH_GAS=500000"),
fmt.Sprintf("AKASH_YES=true"),
},
}
Expand Down

0 comments on commit 6952ec2

Please sign in to comment.