jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/375389 )
Change subject: http_tests.py: Update the redirect target for www.gandi.eu ......................................................................
http_tests.py: Update the redirect target for www.gandi.eu
Bug: T174798 Change-Id: I0c541fbb21c942ec8d0023a6e6e48cfcd4186195 --- M tests/http_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tests/http_tests.py b/tests/http_tests.py index 9404ffa..ac784bf 100644 --- a/tests/http_tests.py +++ b/tests/http_tests.py @@ -212,7 +212,7 @@ r = http.fetch(uri='http://www.gandi.eu') self.assertEqual(r.status, 200) self.assertEqual(r.data.url, - 'https://www.gandi.net/') + 'https://www.gandi.net/en')
class UserAgentTestCase(TestCase):
pywikibot-commits@lists.wikimedia.org