mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed failing dashboard sql test
This commit is contained in:
@@ -53,7 +53,7 @@ func TestDashboardDataAccess(t *testing.T) {
|
||||
|
||||
Convey("Should be able to search for dashboard", func() {
|
||||
query := m.SearchDashboardsQuery{
|
||||
Title: "%test%",
|
||||
Title: "test",
|
||||
AccountId: 1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user