Skip to content

Commit

Permalink
fix correct the test case
Browse files Browse the repository at this point in the history
Signed-off-by: hungran <26101787+hungran@users.noreply.github.com>
  • Loading branch information
hungran committed Jul 23, 2023
1 parent cb0b7e6 commit 8f0e0b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/config/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8f0e0b7

Please sign in to comment.