Skip to content

Commit ae289fc

Browse files
committed
enhancement: removed duplicated code
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent b2684e2 commit ae289fc

File tree

3 files changed

+1
-234
lines changed

3 files changed

+1
-234
lines changed

tests/agent/test_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_has_options(self) -> None:
6464
assert isinstance(self.agent.options, StandardOptions)
6565

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

6969
def test_agent_instana_debug(self) -> None:
7070
os.environ["INSTANA_DEBUG"] = "asdf"

tests/platforms/__init__.py

Whitespace-only changes.

tests/platforms/test_host.py

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)