Skip to content

Commit

Permalink
modify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Oct 12, 2023
1 parent 6f2f87d commit 157e5c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestParseConfig(t *testing.T) {
MaximumMemoryBytes: "10Gi",
TimeZone: "Asia/Tokyo",
TortoiseUpdateInterval: 1 * time.Hour,
TortoiseHPATargetUtilizationMaxIncrease: 5,
},
},
{
Expand All @@ -56,6 +57,7 @@ func TestParseConfig(t *testing.T) {
MaximumMemoryBytes: "10Gi",
TimeZone: "Asia/Tokyo",
TortoiseUpdateInterval: 15 * time.Second,
TortoiseHPATargetUtilizationMaxIncrease: 5,
},
},
{
Expand Down Expand Up @@ -84,6 +86,7 @@ func TestParseConfig(t *testing.T) {
MaximumMemoryBytes: "10Gi",
TimeZone: "Asia/Tokyo",
TortoiseUpdateInterval: 15 * time.Second,
TortoiseHPATargetUtilizationMaxIncrease: 5,
},
},
}
Expand Down

0 comments on commit 157e5c8

Please sign in to comment.