Skip to content

Commit cff95ba

Browse files
committed
fix tests
1 parent 3c96fec commit cff95ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/kibana/maintenance_window/models_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
)
1414

1515
var modelWithAllFields = MaintenanceWindowModel{
16-
ID: types.StringValue("/existing-space-id/id"),
1716
Title: types.StringValue("test response"),
1817
Enabled: types.BoolValue(true),
1918

@@ -40,7 +39,6 @@ var modelWithAllFields = MaintenanceWindowModel{
4039
}
4140

4241
var modelOccurrencesNoScope = MaintenanceWindowModel{
43-
ID: types.StringValue("/existing-space-id/id"),
4442
Title: types.StringValue("test response"),
4543
Enabled: types.BoolValue(true),
4644

0 commit comments

Comments
 (0)