mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 09:22:20 +08:00
Plugins: Add logs to for plugin management actions (#90587)
* Plugins: Add logs to for plugin management actions --------- Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
This commit is contained in:

committed by
GitHub

parent
08c611c68b
commit
5c966fd400
@ -109,6 +109,8 @@ func Test_PluginsInstallAndUninstall(t *testing.T) {
|
||||
hs.authnService = &authntest.FakeService{
|
||||
ExpectedIdentity: expectedIdentity,
|
||||
}
|
||||
|
||||
hs.log = log.NewNopLogger()
|
||||
})
|
||||
|
||||
t.Run(testName("Install", tc), func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user