Skip to content

Commit

Permalink
test: set forceString false in test
Browse files Browse the repository at this point in the history
Signed-off-by: daengdaengLee <[email protected]>
  • Loading branch information
daengdaengLee committed Sep 19, 2024
1 parent b9c6ea5 commit 571a270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4155,7 +4155,7 @@ func Test_GenerateManifests_Commands(t *testing.T) {
Name: "test-param-name",
// Use build env var to test substitution.
Value: "test-value-$ARGOCD_APP_NAME",
ForceString: true,
ForceString: false,
},
{
Name: "test-param-bool-name",
Expand Down

0 comments on commit 571a270

Please sign in to comment.