Skip to content

Commit

Permalink
#51: Also remove the special nornir_filter method from the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Murer-Jäckle committed Nov 29, 2021
1 parent 169bae8 commit 11bf432
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ class CustomNornirNutsContext(NornirNutsContext):
def nuts_task(self):
return lambda task: task.host.name
def nornir_filter(self) -> F:
return filter_hosts(self.nuts_parameters["test_data"])
CONTEXT = CustomNornirNutsContext
Expand Down

0 comments on commit 11bf432

Please sign in to comment.