Skip to content

Commit 0e7a7f9

Browse files
committed
Update responses
1 parent bad80de commit 0e7a7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest == 6.2.5
77
pytest-asyncio == 0.16.0
88
pytest-cov == 3.0.0
99
pytest-random-order == 1.0.4
10-
responses == 0.14.0
10+
responses == 0.15.0
1111
types-requests == 2.25.11
1212
types-setuptools == 57.4.2
1313
types-six == 1.16.2

tests/plugin_tests/test_link_announcer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_encoding_parse():
153153
ids=lambda case: str(getattr(case, "string", case))[:100],
154154
)
155155
def test_link_announce(match, test_str, res, mock_requests):
156-
mock_requests.add("GET", match.string, body=test_str, stream=True)
156+
mock_requests.add("GET", match.string, body=test_str)
157157
mck = MagicMock()
158158
logger = MagicMock()
159159

0 commit comments

Comments
 (0)