Skip to content

Commit

Permalink
fix: disable audit webhook in string payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-hontarau committed Sep 20, 2024
1 parent cd8b8c5 commit 9eb2f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacelift/resource_audit_trail_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const auditTrailWebhookSimple = `
resource "spacelift_audit_trail_webhook" "test" {
enabled = true
enabled = false
endpoint = "%s"
include_runs = true
secret = "secret"
Expand All @@ -21,7 +21,7 @@ resource "spacelift_audit_trail_webhook" "test" {

const auditTrailWebhookCustomHeaders = `
resource "spacelift_audit_trail_webhook" "test" {
enabled = true
enabled = false
endpoint = "%s"
include_runs = true
secret = "secret"
Expand Down

0 comments on commit 9eb2f6f

Please sign in to comment.