Skip to content

Commit 043c7f3

Browse files
mykola-kobets-epamal1img
authored andcommitted
[launcher] Rename AlertRules.UsedDisks to Partitions
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
1 parent 29984d8 commit 043c7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/launcher_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ func TestRuntimeEnvironment(t *testing.T) {
11361136
MinTimeout: aostypes.Duration{Duration: 2 * time.Second},
11371137
MinThreshold: 20, MaxThreshold: 200,
11381138
},
1139-
UsedDisks: []aostypes.PartitionAlertRule{
1139+
Partitions: []aostypes.PartitionAlertRule{
11401140
{
11411141
Name: "storage",
11421142
AlertRulePercents: aostypes.AlertRulePercents{

0 commit comments

Comments
 (0)