Skip to content

Commit b85b236

Browse files
committed
fixup! cli/discover(fix[path-privacy]): hide scan and repo paths
1 parent e8eeaaa commit b85b236

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/cli/test_discover.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,9 +827,12 @@ def test_discover_logs_redact_scan_and_repo_paths(
827827
lambda _path: None,
828828
)
829829

830+
config_file = user_path / ".vcspull.yaml"
831+
config_file.write_text("{}\n", encoding="utf-8")
832+
830833
discover_repos(
831834
scan_dir_str=str(scan_dir),
832-
config_file_path_str=str(user_path / ".vcspull.yaml"),
835+
config_file_path_str=str(config_file),
833836
recursive=False,
834837
workspace_root_override=None,
835838
yes=True,

0 commit comments

Comments
 (0)