mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 15:32:08 +08:00

After refactoring to be able to mock the client in a test, the client wasn't a global variable anymore. This change moves the client back to being a package- level variable.