Skip to content

Commit

Permalink
Add wait_for_close to MockResponse (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Feb 10, 2024
1 parent f11d23f commit bbd8331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def clear(self):
self.mock_headers = None
self.mock_raises = None
self.mock_status = 200

async def wait_for_close(self):
pass


class MockedRequests:
Expand Down

0 comments on commit bbd8331

Please sign in to comment.