Skip to content

Commit ee19a56

Browse files
gefjonbfops
andauthored
Set default server to local in replication smoketests (#3562)
Discussion out-of-band. --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com> Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent 9a6e35a commit ee19a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoketests/tests/replication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class ReplicationTest(Smoketest):
225225
def setUpClass(cls):
226226
super().setUpClass()
227227
cls.root_config = cls.project_path / "root_config"
228+
spacetime("--config-path", cls.root_config, "server", "set-default", "local")
228229

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

0 commit comments

Comments
 (0)