Skip to content

Commit

Permalink
Fix OfflineController in unittest for additional 'brand' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
joro75 committed Jul 5, 2023
1 parent 48c32db commit 6cf35c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_myt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ def __init__(
region: str,
username: str,
password: str,
brand: str,
uuid: str = None,
) -> None:
self._locale = locale
self._region = region
self._username = username
self._password = password
self._brand = brand
self._uuid = uuid

@property
Expand Down

0 comments on commit 6cf35c7

Please sign in to comment.