diff --git a/pkg/api/v1/client/testsuite.go b/pkg/api/v1/client/testsuite.go index 8578a2c057d..d798bcf3b83 100644 --- a/pkg/api/v1/client/testsuite.go +++ b/pkg/api/v1/client/testsuite.go @@ -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) @@ -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)