From e1ab9cc9d8c5c060553238620acbc1b0ba0404a4 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 26 Apr 2023 08:30:57 -0700 Subject: [PATCH] Chore: Remove test type app mode (#66987) --- pkg/setting/setting.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/setting/setting.go b/pkg/setting/setting.go index 0ddd92535ee..99525b50361 100644 --- a/pkg/setting/setting.go +++ b/pkg/setting/setting.go @@ -47,7 +47,6 @@ const ( DefaultHTTPAddr = "0.0.0.0" Dev = "development" Prod = "production" - Test = "test" ApplicationName = "Grafana" )