mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-14 14:49:31 -04:00
The Mtime field is mapped as an OpenSearch `date`, which rejects an empty value with `mapper_parsing_exception: cannot parse empty date`. The folder and root fixtures had no Mtime, so serializing them to `"Mtime": ""` made TestEngine_Purge/purge_resource_trees fail when the document was indexed. Give both a valid RFC3339 Mtime, matching the file fixture.
7 lines
107 B
JSON
7 lines
107 B
JSON
{
|
|
"ID" : "1$1!1",
|
|
"RootID" : "1$1!1",
|
|
"Path" : ".",
|
|
"Mtime" : "2025-07-24T15:15:01.324093+02:00"
|
|
}
|