Skip to content

Commit

Permalink
Remove unused fixture argument
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalmage authored and Megan Wilhite committed Aug 16, 2023
1 parent 7b30fba commit a1d5156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/functional/states/pkgrepo/test_debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def _run(arch=None, test=False):


@pytest.fixture(scope="module")
def repo_uri(grains):
def repo_uri():
yield "http://www.deb-multimedia.org"


Expand Down

0 comments on commit a1d5156

Please sign in to comment.