Skip to content

Commit 7e12c71

Browse files
paredefiop
andauthored
Update tests/func/test_import_url.py
Co-Authored-By: Ruslan Kuprieiev <kupruser@gmail.com>
1 parent 62d6f4d commit 7e12c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_import_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ def test_import_url_to_dir(dname, tmp_dir, dvc):
100100

101101
dst = tmp_dir / dname / "file"
102102

103-
assert stage.outs[0].fspath == fspath(dst)
103+
assert stage.outs[0].path_info == dst
104104
assert os.path.isdir(dname)
105105
assert (tmp_dir / dname / "file").read_text() == "file content"

0 commit comments

Comments
 (0)