Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update test at test_pe_reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Aug 26, 2022
1 parent a0631b7 commit 75cfd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_pe_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ def test_reports_log_levels(level):
assert (
logging.root.hasHandlers() is True
), "root logger should now have a handler"
# assert (
# logging.getLevelName(logging.root.getEffectiveLevel()) == level.upper()
# ), f"root logger level should be set to {level.upper()}"
assert (
logging.getLevelName(logging.root.getEffectiveLevel()) == level.upper()
), f"root logger level should be set to {level.upper()}"
assert return_code is None, "main() should return success"


Expand Down

0 comments on commit 75cfd8d

Please sign in to comment.