Skip to content

Commit

Permalink
fix: pass disable webhooks for test suites
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Jul 15, 2024
1 parent f9057c1 commit 2172d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/v1/client/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (c TestSuiteClient) ExecuteTestSuite(id, executionName string, options Exec
ScraperTemplateReference: options.ScraperTemplateReference,
PvcTemplate: options.PvcTemplate,
PvcTemplateReference: options.PvcTemplateReference,
DisableWebhooks: options.DisableWebhooks,
}

body, err := json.Marshal(executionRequest)
Expand Down Expand Up @@ -190,6 +191,7 @@ func (c TestSuiteClient) ExecuteTestSuites(selector string, concurrencyLevel int
ScraperTemplateReference: options.ScraperTemplateReference,
PvcTemplate: options.PvcTemplate,
PvcTemplateReference: options.PvcTemplateReference,
DisableWebhooks: options.DisableWebhooks,
}

body, err := json.Marshal(executionRequest)
Expand Down

0 comments on commit 2172d3e

Please sign in to comment.