Skip to content

Commit

Permalink
enhancement: removed duplicated code
Browse files Browse the repository at this point in the history
Signed-off-by: Cagri Yonca <cagri@ibm.com>
  • Loading branch information
CagriYonca committed Dec 16, 2024
1 parent b2684e2 commit ae289fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 234 deletions.
2 changes: 1 addition & 1 deletion tests/agent/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_has_options(self) -> None:
assert isinstance(self.agent.options, StandardOptions)

def test_agent_default_log_level(self) -> None:
assert self.agent.options.log_level == logging.WARN
assert self.agent.options.log_level == logging.WARNING

def test_agent_instana_debug(self) -> None:
os.environ["INSTANA_DEBUG"] = "asdf"
Expand Down
Empty file removed tests/platforms/__init__.py
Empty file.
233 changes: 0 additions & 233 deletions tests/platforms/test_host.py

This file was deleted.

0 comments on commit ae289fc

Please sign in to comment.