jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/878931 )
Change subject: [tests] Fix DeletionBot summary option in deletionbot_tests.py
......................................................................
[tests] Fix DeletionBot summary option in deletionbot_tests.py
Bug: T326725
Change-Id: I887b8de44b6c102069f7f11231fb205c5bb33420
---
M tests/deletionbot_tests.py
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/deletionbot_tests.py b/tests/deletionbot_tests.py
index 716ea80..e5ff79d 100755
--- a/tests/deletionbot_tests.py
+++ b/tests/deletionbot_tests.py
@@ -79,7 +79,7 @@
def test_delete_mark(self):
"""Test marking User:Unicodesnowman/DeleteMark for deletion."""
delete.main('-page:User:Unicodesnowman/DeleteMark', '-always',
- '-summary=pywikibot unit test. Do NOT actually delete.')
+ '-summary:pywikibot unit test. Do NOT actually delete.')
text = self.page.get(force=True)
self.assertEqual(
text,
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/878931
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: I887b8de44b6c102069f7f11231fb205c5bb33420
Gerrit-Change-Number: 878931
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]
To unsubscribe send an email to [email protected]