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 d5c6708 commit 6957e55Copy full SHA for 6957e55
test.py
@@ -232,9 +232,6 @@ def test_query_timeout(self):
232
233
def test_read_only_query(self):
234
redis_graph = Graph('read_only', self.r)
235
-
236
- # Build a sample graph with 10 nodes.
237
- redis_graph.query("UNWIND range(0, 10) as val CREATE ({v: val})")
238
239
try:
240
# Issue a write query, specifying read-only true, this call should fail.
0 commit comments