From d7c98bcced89d93b01dde4b3f5c3fbbfbbfa7316 Mon Sep 17 00:00:00 2001 From: Jacob Baungard Hansen Date: Thu, 19 Dec 2024 15:51:37 +0100 Subject: [PATCH] More unused code Signed-off-by: Jacob Baungard Hansen --- tests/pkg/utils/mco_grafana.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/pkg/utils/mco_grafana.go b/tests/pkg/utils/mco_grafana.go index 4f1449fec..19a1bab56 100644 --- a/tests/pkg/utils/mco_grafana.go +++ b/tests/pkg/utils/mco_grafana.go @@ -9,11 +9,6 @@ import ( "strings" ) -var ( - BearerToken string - optionsFile string -) - func GetGrafanaURL(opt TestOptions) string { cloudProvider := strings.ToLower(os.Getenv("CLOUD_PROVIDER")) substring1 := "rosa"