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 438259c commit dc12310Copy full SHA for dc12310
tests/unit/cli/test_main.py
@@ -59,7 +59,7 @@ def test_remote_missing_deps_are_correctly_reported(tmp_dir, caplog, mocker, pkg
59
else:
60
expected += (
61
"\nPlease report this bug to "
62
- "<https://github.com/iterative/dvc/issues>. "
+ "<https://github.com/treeverse/dvc/issues>. "
63
"Thank you!"
64
)
65
assert expected in caplog.text
0 commit comments