We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c943b54 commit 192793bCopy full SHA for 192793b
tests/integration/test_pipelines.py
@@ -197,7 +197,7 @@ def test_can_handle_cypher_error(bolt_driver):
197
next(pipeline.pull())
198
199
200
-def test_should_not_allow_empty_statements(bolt_driver):
+def test_should_not_allow_empty_statements(bolt_driver, requires_bolt_4x):
201
with bolt_driver.pipeline(flush_every=0) as pipeline:
202
pipeline.push("")
203
with pytest.raises(CypherSyntaxError):
0 commit comments