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
pywikibot-commits@lists.wikimedia.org