mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
cleaning up test data
This commit is contained in:
parent
aed89b49c0
commit
0a7be2618e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user