cleaning up test data

This commit is contained in:
Marcus Efraimsson 2018-08-17 15:00:37 +02:00
parent aed89b49c0
commit 0a7be2618e
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
2 changed files with 1 additions and 3 deletions

View File

@ -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() {

View File

@ -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