Commit b85849e
authored
CMP-3908: Remove auth header from metrics endpoint test (#859)
The TestResultsServerHTTPVersion test keeps failing with an error about
not being able to run the curl command to query the metrics endpoint.
The command tries to fish the sa token from disk, but it's returning an
error code, which is tripping up the test (likely because the pod hasn't
mounted the service account token?). Trying it without the auth header
still returns the metrics, and simplifies the command.1 parent 39ff148 commit b85849e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments