jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1162622?usp=email )

Change subject: Tests: wiktionary:ar is case-sensitive and does not uppercase 
the first letter
......................................................................

Tests: wiktionary:ar is case-sensitive and does not uppercase the first letter

Bug: T397579
Change-Id: I25da8bb84c5511d40717fee4d2887224a7c70dbb
---
M tests/redirect_bot_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/tests/redirect_bot_tests.py b/tests/redirect_bot_tests.py
index 03767ad..f596999 100755
--- a/tests/redirect_bot_tests.py
+++ b/tests/redirect_bot_tests.py
@@ -47,7 +47,7 @@
         """Test with delete and wikibase template."""
         with patch.object(
             pywikibot.site.APISite, 'page_from_repository',
-            new=Mock(return_value=pywikibot.Page(self.site, 'sd_title'))
+            new=Mock(return_value=pywikibot.Page(self.site, 'Sd_title'))
         ):
             bot = RedirectTestRobot('broken', delete=True)
             self.assertEqual(bot.sdtemplate, '{{Sd title}}')

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

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I25da8bb84c5511d40717fee4d2887224a7c70dbb
Gerrit-Change-Number: 1162622
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to