From 760573f2d21c93dc4d6690415e687c5933688885 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 16 Nov 2020 20:11:39 +0000 Subject: [PATCH] APF e2e tests: use snake_case label Signed-off-by: Adhityaa Chandrasekar --- test/e2e/apimachinery/flowcontrol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/flowcontrol.go b/test/e2e/apimachinery/flowcontrol.go index 65d1057c847..f9c3527057b 100644 --- a/test/e2e/apimachinery/flowcontrol.go +++ b/test/e2e/apimachinery/flowcontrol.go @@ -38,7 +38,7 @@ import ( const ( requestConcurrencyLimitMetricName = "apiserver_flowcontrol_request_concurrency_limit" - requestConcurrencyLimitMetricLabelName = "priorityLevel" + requestConcurrencyLimitMetricLabelName = "priority_level" ) var _ = SIGDescribe("API priority and fairness", func() {