Skip to content

Commit 9611107

Browse files
committed
Remove unused argument
1 parent c2def64 commit 9611107

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(dvc_repo, caplog):
148+
def test_show_default(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)