Skip to content

Commit

Permalink
Update pkg/config/application_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hungran authored Jul 21, 2023
1 parent b68b438 commit 8e2d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ func TestGenericAnalysisConfiguration(t *testing.T) {
},
Input: KubernetesDeploymentInput{
AutoRollback: newBoolPointer(true),
AutoCreateNamespace: newBoolPointer(false),
AutoCreateNamespace: false,
},
VariantLabel: KubernetesVariantLabel{
Key: "pipecd.dev/variant",
Expand Down

0 comments on commit 8e2d581

Please sign in to comment.