Bump bring-api to 0.3.1 (#110769)
* bump bring-api * unpinned dependencies
This commit is contained in:
parent
54d005a3b8
commit
2b3f5319d6
8 changed files with 14 additions and 14 deletions
|
@ -37,7 +37,7 @@ def mock_bring_client() -> Generator[AsyncMock, None, None]:
|
|||
client = mock_client.return_value
|
||||
client.uuid = UUID
|
||||
client.login.return_value = True
|
||||
client.loadLists.return_value = {"lists": []}
|
||||
client.load_lists.return_value = {"lists": []}
|
||||
yield client
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue