Skip to content

Commit 5708459

Browse files
authored
Fix local only tests. (#612)
1 parent 3b23573 commit 5708459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_integration/test_local_only_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_bad_setup(self, tmp_path):
2626
local_path, central_path=tmp_path / "central"
2727
)
2828
assert (
29-
"Either both `central_path` and `connection_method` must be set"
29+
"Cannot set `central_path` when `connection_method` is 'local_only'."
3030
in str(e.value)
3131
)
3232

0 commit comments

Comments
 (0)