Skip to content

Commit 277d28c

Browse files
authored
Merge pull request #3083 from pared/2896_output
output: tests: migrate to dir helpers
2 parents 049367e + f074d00 commit 277d28c

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
@@ -26,5 +26,5 @@ def _get_out(dvc, path):
2626

2727

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

0 commit comments

Comments
 (0)