Fix test case
parent
582ed6834c
commit
807ee67729
|
@ -131,7 +131,7 @@ func TestFluxQueryService_Query(t *testing.T) {
|
|||
,result,table,_time,usage_user,test,mystr,this,cpu,host,_measurement
|
||||
,,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
|
||||
`,
|
||||
want: toCRLF(`,0,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
|
||||
want: toCRLF(`,_result,0,2018-08-29T13:08:47Z,10.2,10,yay,true,cpu-total,a,cpui
|
||||
|
||||
`),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue