Skip to content

Commit

Permalink
fixup! 🤖🦾🛠️ go mod tidy & make package-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Sep 9, 2024
1 parent d1d4fb7 commit 6bed07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoscaler/healthendpoint/health_readiness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var _ = Describe("Health Readiness", func() {
})

const contentTypeHeaderName = "Content-Type"
const prometheusContentType = "text/plain; version=0.0.4; charset=utf-8; escaping=values" // We should find a better way to detect if the prometheus endpoint answered the request
const prometheusContentType = "text/plain; version=0.0.4; charset=utf-8; escaping=underscores" // We should find a better way to detect if the prometheus endpoint answered the request
const jsonContentType = "application/json"

Context("without basic auth configured", func() {
Expand Down

0 comments on commit 6bed07d

Please sign in to comment.