From 0b5dc4c6c8435fd476ab7e95fc99045f9c760f4e Mon Sep 17 00:00:00 2001 From: Jacob Baungard Hansen Date: Thu, 19 Dec 2024 15:47:47 +0100 Subject: [PATCH] Actually format... Signed-off-by: Jacob Baungard Hansen --- tests/pkg/utils/mco_grafana.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pkg/utils/mco_grafana.go b/tests/pkg/utils/mco_grafana.go index f8b714685..4f1449fec 100644 --- a/tests/pkg/utils/mco_grafana.go +++ b/tests/pkg/utils/mco_grafana.go @@ -7,13 +7,11 @@ package utils import ( "os" "strings" - ) var ( BearerToken string optionsFile string - ) func GetGrafanaURL(opt TestOptions) string {