mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:56:56 +08:00
libraryelements: Spanner compability (#103881)
* libraryelements: fix compatibility with Spanner * Log errors leading to status code 500. * Rename tests to make them integration tests.
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"github.com/grafana/grafana/pkg/util"
|
||||
)
|
||||
|
||||
func TestCreateLibraryElement(t *testing.T) {
|
||||
func TestIntegration_CreateLibraryElement(t *testing.T) {
|
||||
scenarioWithPanel(t, "When an admin tries to create a library panel that already exists, it should fail",
|
||||
func(t *testing.T, sc scenarioContext) {
|
||||
// nolint:staticcheck
|
||||
|
Reference in New Issue
Block a user