Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed May 15, 2024
1 parent d580df6 commit 89c9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/utility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestPrintClientConfiguration(t *testing.T) {
"PROJECT_NAME: test-project\n" +
"IMAGE_TAG: test-tag\n" +
"IMAGES: [{image1 test-tag} {image2 test-tag}]\n\n" +
"Neither deploy token nor JSON Web token found, git commit will not be performed\\n"
"Neither deploy token nor JSON Web token found, git commit will not be performed\n"

// Redirect standard output to a buffer
oldStdout := os.Stdout
Expand Down

0 comments on commit 89c9f48

Please sign in to comment.