mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix Influx V1 test query (#37309)
This commit is contained in:
parent
0f8b934e68
commit
0a982f6fab
@ -75,7 +75,7 @@ BATCH_TIMEOUT = 1
|
||||
BATCH_BUFFER_SIZE = 100
|
||||
LANGUAGE_INFLUXQL = "influxQL"
|
||||
LANGUAGE_FLUX = "flux"
|
||||
TEST_QUERY_V1 = "SHOW SERIES LIMIT 1;"
|
||||
TEST_QUERY_V1 = "SHOW DATABASES;"
|
||||
TEST_QUERY_V2 = f"buckets() {DEFAULT_FUNCTION_FLUX}"
|
||||
CODE_INVALID_INPUTS = 400
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user