Skip to content

Commit

Permalink
feat(slo): bugfix for int?
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-DiCara committed Jun 26, 2024
1 parent ac8ff7d commit f837e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/slo/resource_slo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestAccResourceSlo(t *testing.T) {
Config: testutils.TestAccExample(t, "resources/grafana_slo/resource_ratio_advanced_options.tf"),
Check: resource.ComposeTestCheckFunc(
testAccSloCheckExists("grafana_slo.ratio_options", &slo),
resource.TestCheckResourceAttr("grafana_slo.ratio_options", "alerting.advanced_options.min_failures", "10"),
resource.TestCheckResourceAttr("grafana_slo.ratio_options", "alerting.0.advanced_options.0.min_failures", "10"),
),
},
},
Expand Down

0 comments on commit f837e58

Please sign in to comment.