Skip to content

Commit 4e9061d

Browse files
committed
Add regression test for secure_settings map
By adding this in the basic test, if we ever reintroduce this bug the test will fail. Signed-off-by: Leandro López (inkel) <[email protected]>
1 parent fd7f08c commit 4e9061d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grafana/resource_alert_notification_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ resource "grafana_alert_notification" "test" {
186186
"uploadImage" = "false"
187187
"autoResolve" = "true"
188188
}
189+
secure_settings = {
190+
"foo" = "true"
191+
}
189192
}
190193
`
191194

0 commit comments

Comments
 (0)