Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-owengoebel committed Aug 2, 2024
1 parent 61e26a0 commit bc41903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observe/resource_monitor_v2_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func TestAccObserveMonitorV2ActionWebhook(t *testing.T) {
description = "an interesting description"
destination {
webhook {
url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
url = "https://example.com/"
method = "post"
}
description = "an interesting dest description"
Expand All @@ -175,7 +175,7 @@ func TestAccObserveMonitorV2ActionWebhook(t *testing.T) {
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "webhook.0.headers.0.header", "never gonna give you up"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "webhook.0.headers.0.value", "never gonna let you down"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "webhook.0.body", "never gonna run around and desert you"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "destination.0.webhook.0.url", "https://www.youtube.com/watch?v=dQw4w9WgXcQ"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "destination.0.webhook.0.url", "https://example.com/"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "destination.0.webhook.0.method", "post"),
resource.TestCheckResourceAttr("observe_monitor_v2_action.act", "destination.0.description", "an interesting dest description"),
),
Expand Down

0 comments on commit bc41903

Please sign in to comment.