Skip to content

Commit

Permalink
Add missing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Dec 18, 2024
1 parent 4ade956 commit 853eee0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ class MatterTestConfig:
timeout: typing.Union[int, None] = None
endpoint: typing.Union[int, None] = 0
app_pid: int = 0
fail_on_skipped_tests: bool = False

commissioning_method: Optional[str] = None
discriminators: List[int] = field(default_factory=list)
Expand Down

0 comments on commit 853eee0

Please sign in to comment.