fix(tasks): validate check params new backend error message
parent
a56fd9a808
commit
f65a9e663a
|
@ -115,7 +115,7 @@ func TestValidCheck(t *testing.T) {
|
|||
OwnerID: influxTesting.MustIDBase16(id2),
|
||||
OrgID: influxTesting.MustIDBase16(id3),
|
||||
StatusMessageTemplate: "temp1",
|
||||
Every: mustDuration("0"),
|
||||
Every: mustDuration("0m"),
|
||||
Tags: []influxdb.Tag{{Key: "key1"}},
|
||||
},
|
||||
},
|
||||
|
@ -134,7 +134,7 @@ func TestValidCheck(t *testing.T) {
|
|||
OrgID: influxTesting.MustIDBase16(id3),
|
||||
StatusMessageTemplate: "temp1",
|
||||
Every: mustDuration("1m"),
|
||||
Offset: mustDuration("0"),
|
||||
Offset: mustDuration("0m"),
|
||||
Tags: []influxdb.Tag{{Key: "key1"}},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue