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

Change subject: tests: implicit string concat
......................................................................

tests: implicit string concat

Change-Id: Ib44d088d46c2ea1cdeacd12ab42dcb885fcf07e5
---
M tests/dry_api_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

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




diff --git a/tests/dry_api_tests.py b/tests/dry_api_tests.py
index 9423cd3..fbef7d0 100755
--- a/tests/dry_api_tests.py
+++ b/tests/dry_api_tests.py
@@ -233,7 +233,7 @@
                             parameters={'action': 'query', 'meta': 'siteinfo'})

         expect = ('MockSite()User(User:محمد الفلسطيني)'
-                  + "[('action', 'query'), ('meta', 'siteinfo')]")
+                  "[('action', 'query'), ('meta', 'siteinfo')]")

         self.assertEqual(repr(req._uniquedescriptionstr()), repr(expect))


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1155615?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: Ib44d088d46c2ea1cdeacd12ab42dcb885fcf07e5
Gerrit-Change-Number: 1155615
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