We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b108a2a commit 77ede28Copy full SHA for 77ede28
1 file changed
tests/test_search_archive.py
@@ -33,5 +33,5 @@ def test_bad_decoder(self):
33
"engine": "google",
34
"api_key": os.getenv("API_KEY")
35
})
36
- with pytest.raises(serpapi.SerpApiException, match=r'Decoder must be json or html'):
+ with pytest.raises(serpapi.SerpApiException, match=r'Invalid decoder'):
37
client.search_archive('007', 'bad')
0 commit comments