Chore: Remove test type app mode (#66987)

This commit is contained in:
Ryan McKinley 2023-04-26 08:30:57 -07:00 committed by GitHub
parent 9796b6b000
commit e1ab9cc9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ const (
DefaultHTTPAddr = "0.0.0.0"
Dev = "development"
Prod = "production"
Test = "test"
ApplicationName = "Grafana"
)