diff --git a/cardano_node_tests/cluster_management/status_db.py b/cardano_node_tests/cluster_management/status_db.py index 2a90c7f49..e3a7b9f91 100644 --- a/cardano_node_tests/cluster_management/status_db.py +++ b/cardano_node_tests/cluster_management/status_db.py @@ -38,7 +38,7 @@ from cardano_node_tests.utils import temptools -DB_NAME = "status.db" +DB_NAME = "cm-status.db" # Flag types stored in the `flags` table GC_LAST_RUN = "gc_last_run"