Skip to content

Commit 95924a3

Browse files
committed
Undo last commit
Turns out that the argument was needed after all
1 parent 9611107 commit 95924a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test(self):
145145
self.assertEqual(default, None)
146146

147147

148-
def test_show_default(caplog):
148+
def test_show_default(dvc_repo, caplog):
149149
assert main(["remote", "default", "foo"]) == 0
150150
assert main(["remote", "default"]) == 0
151151
assert "foo" == caplog.record_tuples[0][2]

0 commit comments

Comments
 (0)