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.
2 parents 049367e + f074d00 commit 277d28cCopy full SHA for 277d28c
tests/func/test_output.py
@@ -26,5 +26,5 @@ def _get_out(dvc, path):
26
27
28
@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]
+def test_scheme(dvc, url, scheme):
+ assert type(_get_out(dvc, url)) == OUTS_MAP[scheme]
0 commit comments