Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
marcoesters and jaimergp authored May 15, 2024
1 parent 857ff4d commit 981f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def tmpdir(tmpdir, request):


@pytest.fixture(autouse=True)
def mock_locations(monkeypatch, tmp_path, request):
def mock_locations(monkeypatch, tmp_path):
from menuinst.platforms.linux import LinuxMenu
from menuinst.platforms.osx import MacOSMenuItem

Expand Down

0 comments on commit 981f2cd

Please sign in to comment.