We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3559 commit ca49738Copy full SHA for ca49738
pkg/controller/prometheus_test.go
@@ -93,7 +93,7 @@ func Test_checkAndCreatePrometheusAddlConfig(t *testing.T) {
93
PrometheusOperatorScrapeMetricsPaths: arg.paths,
94
},
95
}
96
- // bear_token generate by unix timestamp
+ // bearer_token generated by unix timestamp
97
time.Sleep(time.Second)
98
err = controller.checkAndCreatePrometheusAddlConfig(context.Background(), tenant, arg.accessKey, arg.secretKey)
99
if err != nil {
0 commit comments