Skip to content

Commit 45bec0c

Browse files
committed
Updates tests
1 parent c1605a7 commit 45bec0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit_tests/test_http/test_HTTPBase.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
class DummyHTTPBase(HTTPBase):
1111
"""Concrete subclass of HTTPBase for testing."""
1212

13+
def close(self) -> None:
14+
"""Method required by abstract parent for cleaning up open resources."""
15+
1316
def _client_factory(self, **kwargs) -> MagicMock:
1417
"""Create a mock object as a stand in for an HTTP client."""
1518

0 commit comments

Comments
 (0)