Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Apr 22, 2024
1 parent 6ae101b commit a3e30a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/etos_suite_runner/src/etos_suite_runner/lib/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,12 @@ class TestSuite: # pylint:disable=too-many-instance-attributes
__activity_triggered = None
__activity_finished = None

def __init__(self,
def __init__(
self,
etos: ETOS,
params: ESRParameters,
suite: dict,
otel_context: opentelemetry.context.context.Context = None
otel_context: opentelemetry.context.context.Context = None,
) -> None:
"""Initialize a TestSuite instance."""
self.etos = etos
Expand Down

0 comments on commit a3e30a0

Please sign in to comment.