diff --git a/pkg/config/application_test.go b/pkg/config/application_test.go index 27fc9498f4..7658989a85 100644 --- a/pkg/config/application_test.go +++ b/pkg/config/application_test.go @@ -424,8 +424,7 @@ func TestTrueByDefaultBoolConfiguration(t *testing.T) { }, }, Input: KubernetesDeploymentInput{ - AutoRollback: newBoolPointer(true), - AutoCreateNamespace: true, + AutoRollback: newBoolPointer(true), }, VariantLabel: KubernetesVariantLabel{ Key: "pipecd.dev/variant",