Skip to content

Commit

Permalink
Fixed typo in unit test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Meyer authored and jvasallo committed Apr 5, 2020
1 parent 45f2a25 commit 53e2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestNoQuitQuitQuitResponse(t *testing.T) {

// Tests scuttle does not fail when the /quitquitquit endpoint is not a valid URL
func TestNoQuitQuitQuitMalformattedUrl(t *testing.T) {
fmt.Println("Starting TestNoQuitQuitQuitResponse")
fmt.Println("Starting TestNoQuitQuitQuitMalformattedUrl")
os.Setenv("START_WITHOUT_ENVOY", "false")
os.Setenv("ISTIO_QUIT_API", "notaurl^^")
initTestingEnv()
Expand Down

0 comments on commit 53e2a3f

Please sign in to comment.