Fix the test suite
(mock transport class missing .close())
This commit is contained in:
parent
f9c7fa92ea
commit
7f21fdbe26
1 changed files with 4 additions and 0 deletions
|
@ -239,3 +239,7 @@ class TestTransport(object):
|
||||||
|
|
||||||
def abort(self, *args, **kwargs):
|
def abort(self, *args, **kwargs):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
def close(self, *args, **kwargs):
|
||||||
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue