Fix InfluxDB incorrect timestamp while performing queries

This commit is contained in:
emanuele-f 2019-06-18 14:52:26 +02:00
parent b552d48034
commit 82305dd24a
7 changed files with 40 additions and 14 deletions

View file

@ -522,7 +522,7 @@ end
-- ##############################################
function run(tester)
if influxdb.db == nil then
if influx2Series == nil then
print("Skipping influx2Series tests. Enable InfluxDB export in order to test.<br/>")
return(true)
end