We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b23573 commit 5708459Copy full SHA for 5708459
1 file changed
tests/tests_integration/test_local_only_mode.py
@@ -26,7 +26,7 @@ def test_bad_setup(self, tmp_path):
26
local_path, central_path=tmp_path / "central"
27
)
28
assert (
29
- "Either both `central_path` and `connection_method` must be set"
+ "Cannot set `central_path` when `connection_method` is 'local_only'."
30
in str(e.value)
31
32
0 commit comments