removes unused properties

the dsType property caused some confusion about what datasource is
beeing used. I just removed it since it not beeing used.

closes #10072
This commit is contained in:
bergquist
2017-12-05 08:11:02 +01:00
parent f327e7c818
commit 35232a77e6
4 changed files with 0 additions and 6 deletions

View File

@@ -366,7 +366,6 @@ func TestAlertRuleExtraction(t *testing.T) {
"steppedLine": false,
"targets": [
{
"dsType": "influxdb",
"groupBy": [
{
"params": [
@@ -411,7 +410,6 @@ func TestAlertRuleExtraction(t *testing.T) {
"tags": []
},
{
"dsType": "influxdb",
"groupBy": [
{
"params": [

View File

@@ -20,7 +20,6 @@ func TestInfluxdbQueryParser(t *testing.T) {
Convey("can parse influxdb json model", func() {
json := `
{
"dsType": "influxdb",
"groupBy": [
{
"params": [
@@ -123,7 +122,6 @@ func TestInfluxdbQueryParser(t *testing.T) {
Convey("can part raw query json model", func() {
json := `
{
"dsType": "influxdb",
"groupBy": [
{
"params": [