Skip to content

Commit

Permalink
Remove unnecessary code in test_environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 20, 2023
1 parent b675af2 commit 2e59259
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/batou/tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ def _get_components(hostname):

@mock.patch("batou.remote_core.Output.line")
def test_log_in_component_configure_is_put_out(output, sample_service):
# we are deploying in this test
# so we will reset some application state
Component.instances = []
# this is for tracking which components are used and not
e = Environment("test-with-provide-require")
e.load()
e.configure()
Expand Down

0 comments on commit 2e59259

Please sign in to comment.