[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:
Pascal Vizeli 2017-01-25 18:20:31 +01:00 committed by Paulus Schoutsen
parent 6015274ee2
commit 393c7f2cf1
2 changed files with 20 additions and 1 deletions

View file

@ -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,