Drop mock_get_scheduler which creates indirection for no good reason
This is no longer useful, as removing it and tests are still ok.
This commit is contained in:
parent
2ff92ef406
commit
30ad6200a2
3 changed files with 2 additions and 22 deletions
|
@ -19,7 +19,7 @@ def test_get_lister_wrong_input():
|
|||
assert "Invalid lister" in str(e.value)
|
||||
|
||||
|
||||
def test_get_lister(mock_get_scheduler):
|
||||
def test_get_lister():
|
||||
"""Instantiating a supported lister should be ok
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue