summaryrefslogtreecommitdiff
path: root/src/server-tests/neo4j_test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server-tests/neo4j_test_util.py')
-rw-r--r--src/server-tests/neo4j_test_util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server-tests/neo4j_test_util.py b/src/server-tests/neo4j_test_util.py
index 3aa03b46..74e6db44 100644
--- a/src/server-tests/neo4j_test_util.py
+++ b/src/server-tests/neo4j_test_util.py
@@ -5,6 +5,7 @@ import uuid
from db_op import DB_op, DBO_cypher_query
import neo4j_cypher
+import neo4j_schema
class DBO_flush_db(DBO_cypher_query):
"""
@@ -69,4 +70,4 @@ def rand_label(prefix='T_', length=8):
return ret
def rand_label__doc(length=8):
- return rand_label(prefix=neo4j_cypher.META_LABEL__RZ_DOC_PREFIX, length=length)
+ return rand_label(prefix=neo4j_schema.META_LABEL__RZDOC_NS_PREFIX, length=length)