Fixed sql integration test

This commit is contained in:
Torkel Ödegaard
2015-02-23 20:48:43 +01:00
parent 26e4809e2e
commit da41d99aa7
3 changed files with 49 additions and 31 deletions

View File

@ -10,7 +10,7 @@ import (
m "github.com/grafana/grafana/pkg/models"
)
func TestAccountDataAccess(t *testing.T) {
func TestDataSourceProxy(t *testing.T) {
Convey("When getting graphite datasource proxy", t, func() {
ds := m.DataSource{Url: "htttp://graphite:8080", Type: m.DS_GRAPHITE}