jenkins-bot submitted this change.

View Change

Approvals: Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified
[bugfix] Expand simulate query result

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

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 change 779453. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I905384b1f02c5bc2f742a35b0067c9668e8cec2b
Gerrit-Change-Number: 779453
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Matěj Suchánek <matejsuchanek97@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged