jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/573802 )
Change subject: [bugfix] Fix tests for requests 2.23 ......................................................................
[bugfix] Fix tests for requests 2.23
Bug: T245763 Change-Id: Ia38730c1f684c7419845525d1711fd694c910f0e --- M tests/http_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/http_tests.py b/tests/http_tests.py index 21f50b8..d456024 100644 --- a/tests/http_tests.py +++ b/tests/http_tests.py @@ -204,7 +204,7 @@ # A InvalidSchema is raised within requests self.assertRaisesRegex( requests.exceptions.InvalidSchema, - "No connection adapters were found for 'invalid://url'", + "No connection adapters were found for u?'invalid://url'", http.fetch, uri='invalid://url')
def test_follow_redirects(self):
pywikibot-commits@lists.wikimedia.org