Skip to content

Commit

Permalink
squash: fix post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Mar 4, 2024
1 parent 78abb53 commit 9c2c03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmt/checks/watchdog.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def before_test(
*,
check: WatchdogCheck,
invocation: 'TestInvocation',
environment: Optional[tmt.utils.EnvironmentType] = None,
environment: Optional[tmt.utils.Environment] = None,
logger: tmt.log.Logger) -> list[CheckResult]:

# Setup a logger
Expand Down Expand Up @@ -435,7 +435,7 @@ def after_test(
*,
check: WatchdogCheck,
invocation: 'TestInvocation',
environment: Optional[tmt.utils.EnvironmentType] = None,
environment: Optional[tmt.utils.Environment] = None,
logger: tmt.log.Logger) -> list[CheckResult]:

guest_context: GuestContext = invocation.check_data[check.how]
Expand Down

0 comments on commit 9c2c03e

Please sign in to comment.