Skip to content

Commit f074d00

Browse files
committed
output: tests: migrate to dir helpers
1 parent 2966924 commit f074d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/func/test_output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def _get_out(dvc, path):
3636

3737

3838
@pytest.mark.parametrize("url,scheme", TESTS)
39-
def test_scheme(dvc_repo, url, scheme):
40-
assert type(_get_out(dvc_repo, url)) == OUTS_MAP[scheme]
39+
def test_scheme(dvc, url, scheme):
40+
assert type(_get_out(dvc, url)) == OUTS_MAP[scheme]

0 commit comments

Comments
 (0)