Skip to content

Commit

Permalink
Another tweak in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonicSavage committed Nov 30, 2023
1 parent 5ccd7dd commit cf75d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def test_plugin(self, vcr, plugin, vcr_cassette_name):
)

@pytest.mark.parametrize("plugin", scraper_plugins)
async def test_plugin_fail(self, mocker, plugin, vcr_cassette_name):
async def test_plugin_fail(self, plugin):
with pytest.raises(ParsingError):
await plugin.ListParser().get_num_pages(mock_empty_response)
with pytest.raises(ParsingError):
Expand Down

0 comments on commit cf75d2c

Please sign in to comment.