Skip to content

Commit

Permalink
uppp
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaerbay committed Mar 15, 2022
1 parent 96c5ad4 commit b79c3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/cmd/ops-test-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func run() error {
}
logrus.Info("health endpoint is ok")
res.WriteHeader(http.StatusOK)
_, _ = fmt.Fprintf(res, "UPP\n")
_, _ = fmt.Fprintf(res, "UPPP\n")
})

// listen and serve
Expand Down

0 comments on commit b79c3a3

Please sign in to comment.