Skip to content
1 change: 1 addition & 0 deletions smoketests/tests/replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class ReplicationTest(Smoketest):
def setUpClass(cls):
super().setUpClass()
cls.root_config = cls.project_path / "root_config"
spacetime("--config-path", cls.root_config, "server", "set-default", "local")

def tearDown(self):
# Ensure containers that were brought down during a test are back up.
Expand Down
Loading