forked from Mirror/pmbootstrap
remove unused args argument (MR 2130)
This commit is contained in:
parent
896879e89a
commit
a8d425554c
17 changed files with 49 additions and 56 deletions
|
@ -85,7 +85,7 @@ def test_print_checks_git_repo(args, monkeypatch, tmpdir):
|
|||
assert status == 0
|
||||
|
||||
# Outdated remote information
|
||||
def is_outdated(args, path):
|
||||
def is_outdated(path):
|
||||
return True
|
||||
monkeypatch.setattr(pmb.helpers.git, "is_outdated", is_outdated)
|
||||
status, _ = func(args, name_repo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue