Skip to content
Snippets Groups Projects
Unverified Commit 0a982f6f authored by mdegat01's avatar mdegat01 Committed by GitHub
Browse files

Fix Influx V1 test query (#37309)

parent 0f8b934e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment