jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/666600 )

Change subject: [tests] redirect target of wikia.com has been changed
......................................................................

[tests] redirect target of wikia.com has been changed

Update http_tests.py accordingly

Bug: T275603
Change-Id: Ibcdea070715929f5da288a453eef5a5362399d14
---
M tests/http_tests.py
1 file changed, 2 insertions(+), 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 7f5014a..09f2e61 100644
--- a/tests/http_tests.py
+++ b/tests/http_tests.py
@@ -173,7 +173,8 @@

         r = http.fetch('http://en.wikia.com')
         self.assertEqual(r.status_code, 200)
-        self.assertEqual(r.url, 'https://www.fandom.com/explore')
+        self.assertEqual(r.url,
+                         'https://community.fandom.com/wiki/Community_Central')


 class UserAgentTestCase(TestCase):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/666600
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ibcdea070715929f5da288a453eef5a5362399d14
Gerrit-Change-Number: 666600
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to