mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:52:21 +08:00
Bug Fix: Restore health check error (#75508)
This commit is contained in:

committed by
GitHub

parent
d24dc7f156
commit
af8a46adbb
@ -97,7 +97,7 @@ func TestCheckHealth(t *testing.T) {
|
||||
},
|
||||
{
|
||||
err: errors.New("surprise surprise"),
|
||||
expectedError: plugins.ErrPluginDownstreamErrorBase,
|
||||
expectedError: plugins.ErrPluginHealthCheck,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user