[device.upc_connect] Discount on STOP. (#5553)
* [device.upc_connect] Discount on STOP. * close session it self * Update upc_connect.py
This commit is contained in:
parent
6015274ee2
commit
393c7f2cf1
2 changed files with 20 additions and 1 deletions
|
@ -17,6 +17,8 @@ class AiohttpClientMocker:
|
|||
self._cookies = {}
|
||||
self.mock_calls = []
|
||||
|
||||
self.cookie_jar = mock.MagicMock()
|
||||
|
||||
def request(self, method, url, *,
|
||||
auth=None,
|
||||
status=200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue