Skip to content

Commit dc12310

Browse files
committed
fix tests
1 parent 438259c commit dc12310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/cli/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_remote_missing_deps_are_correctly_reported(tmp_dir, caplog, mocker, pkg
5959
else:
6060
expected += (
6161
"\nPlease report this bug to "
62-
"<https://github.com/iterative/dvc/issues>. "
62+
"<https://github.com/treeverse/dvc/issues>. "
6363
"Thank you!"
6464
)
6565
assert expected in caplog.text

0 commit comments

Comments
 (0)