Skip to content

Commit

Permalink
Update internal/provider/burn_alert_resource_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Harley <jason@honeycomb.io>
  • Loading branch information
mollystamos123 and jharley authored Nov 5, 2024
1 parent 5409f9d commit 061ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/burn_alert_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ func burnAlertAccTestSetup(t *testing.T) (string, string) {
return dataset, slo.ID
}

func testAccConfigBurnAlert_wihoutDescription(exhaustionMinutes int, dataset, sloID, pdseverity string) string {
func testAccConfigBurnAlert_withoutDescription(exhaustionMinutes int, dataset, sloID, pdseverity string) string {
return fmt.Sprintf(`
resource "honeycombio_pagerduty_recipient" "test" {
integration_key = "08b9d4cacd68933151a1ef1028b67da2"
Expand Down

0 comments on commit 061ecbb

Please sign in to comment.