From 8c84bae6891cbe62383be1c90e57566d42c18feb Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 21 Aug 2022 08:18:49 -0700 Subject: [PATCH] Remove `match_querystring` in `responses` Quoth the responses documentation: > querystring is matched by default Not sure how recent this is, unfortunately---but probably 0.17.0, since that's the version where `match_querystring` was deprecated. --- test/test_art.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_art.py b/test/test_art.py index b32285e70..615682a53 100644 --- a/test/test_art.py +++ b/test/test_art.py @@ -336,8 +336,7 @@ class AAOTest(UseThePlugin): super().run(*args, **kwargs) def mock_response(self, url, body): - responses.add(responses.GET, url, body=body, content_type='text/html', - match_querystring=True) + responses.add(responses.GET, url, body=body, content_type='text/html') def test_aao_scraper_finds_image(self): body = """