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

Change subject: [bugfix] Expand simulate query result
......................................................................

[bugfix] Expand simulate query result

Bug: T305918
Change-Id: I905384b1f02c5bc2f742a35b0067c9668e8cec2b
---
M pywikibot/data/api.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Matěj Suchánek: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/data/api.py b/pywikibot/data/api.py
index f1b894b..9dfdb90 100644
--- a/pywikibot/data/api.py
+++ b/pywikibot/data/api.py
@@ -1349,8 +1349,9 @@
                 action: {'result': 'Success', 'nochange': ''},

                 # wikibase results
-                'pageinfo': {'lastrevid': -1},
                 'entity': {'lastrevid': -1},
+                'pageinfo': {'lastrevid': -1},
+                'reference': {'hash': -1},
             }
         return None


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/779453
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: I905384b1f02c5bc2f742a35b0067c9668e8cec2b
Gerrit-Change-Number: 779453
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to