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 2966924 commit f074d00Copy full SHA for f074d00
tests/func/test_output.py
@@ -36,5 +36,5 @@ def _get_out(dvc, path):
36
37
38
@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]
+def test_scheme(dvc, url, scheme):
+ assert type(_get_out(dvc, url)) == OUTS_MAP[scheme]
0 commit comments