summaryrefslogtreecommitdiff
path: root/src/server-tests/test_db_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server-tests/test_db_controller.py')
-rw-r--r--src/server-tests/test_db_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_db_controller.py b/src/server-tests/test_db_controller.py
index f423077c..aea334af 100644
--- a/src/server-tests/test_db_controller.py
+++ b/src/server-tests/test_db_controller.py
@@ -349,7 +349,7 @@ class TestDBController(unittest.TestCase):
l_label = op.link_set_label
self.db_ctl.exec_op(op) # commit random data
- op = DBO_rz_clone(filter_label=n_label, limit=32)
+ op = DBO_rzdoc__clone(filter_label=n_label, limit=32)
topo_diff = self.db_ctl.exec_op(op)
n_set = topo_diff.node_set_add
l_set = topo_diff.link_set_add