mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/2archived-section/discussiontools_items.json
Bartosz Dziewoński c6cf4a26a4 Update expected IDs in ThreadItemStore tests
After MediaWiki change I308617427309815062d54c14f3438cab31b08a73
there's no longer a "default" user/page/revision in the database, so
the user/page/revision IDs in the tests should start at 1 and not 2.

Bug: T345984
Change-Id: I3271e4fdd52cf6e2074d8c9d3d5571a69b150476
2023-09-09 23:36:04 +02:00

15 lines
224 B
JSON

[
{
"it_id": "1",
"it_itemname": "h-X-20220720020100",
"it_timestamp": null,
"it_actor": null
},
{
"it_id": "2",
"it_itemname": "c-X-20220720020100",
"it_timestamp": "20220720020100",
"it_actor": "1"
}
]