Skip to content

Commit

Permalink
fix: remove unnecessary argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Oct 8, 2020
1 parent e1a7ab4 commit e2d4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_validate_rule_module_using_mock(self):
self.assertFalse(fun(rule_mod))

@unittest.skipIf(not mock, "unittest.mock is not available")
def test_load_plugin_rules_itr(self, iter_entry_points):
def test_load_plugin_rules_itr(self):
fun = yamllint.plugins.load_plugin_rules_itr
entry_points = 'pkg_resources.iter_entry_points'

Expand Down

0 comments on commit e2d4114

Please sign in to comment.