Skip to content

Commit

Permalink
Use managed T for ApiServerSource TLS tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Jun 11, 2024
1 parent d1a6e06 commit a47ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/apiserversource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestApiServerSourceDataPlaneTLS(t *testing.T) {
knative.WithLoggingConfig,
knative.WithTracingConfig,
k8s.WithEventListener,
//environment.Managed(t),
environment.Managed(t),
eventshub.WithTLS(t),
)

Expand Down

0 comments on commit a47ca0c

Please sign in to comment.