Commit 0a7be261 by Marcus Efraimsson

cleaning up test data

parent aed89b49
......@@ -74,7 +74,7 @@ func TestDatasourceAsConfig(t *testing.T) {
})
})
Convey("Multiple datasources in different organizations with is_default in each organization", func() {
Convey("Multiple datasources in different organizations with isDefault in each organization", func() {
dc := newDatasourceProvisioner(logger)
err := dc.applyChanges(multipleOrgsWithDefault)
Convey("should not raise error", func() {
......
......@@ -11,7 +11,6 @@ datasources:
type: graphite
access: proxy
url: http://localhost:8080
is_default: true
- orgId: 2
name: prometheus
type: prometheus
......@@ -23,5 +22,4 @@ datasources:
type: graphite
access: proxy
url: http://localhost:8080
is_default: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment