We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c96fec commit cff95baCopy full SHA for cff95ba
internal/kibana/maintenance_window/models_test.go
@@ -13,7 +13,6 @@ import (
13
)
14
15
var modelWithAllFields = MaintenanceWindowModel{
16
- ID: types.StringValue("/existing-space-id/id"),
17
Title: types.StringValue("test response"),
18
Enabled: types.BoolValue(true),
19
@@ -40,7 +39,6 @@ var modelWithAllFields = MaintenanceWindowModel{
40
39
}
41
42
var modelOccurrencesNoScope = MaintenanceWindowModel{
43
44
45
46
0 commit comments