test(search): use RFC3339 Mtime in opensearch fixture

Mtime is now a date field; the fixture's Go-format string fails
OpenSearch date parsing.
This commit is contained in:
Dominik Schmidt
2026-07-05 16:56:10 +02:00
parent 00468734f6
commit 9ebf755cfd

View File

@@ -8,7 +8,7 @@
"Name" : "dummy name",
"Content" : "dummy content",
"Size" : 42,
"Mtime" : "2025-07-24 15:15:01.324093 +0200 CEST m=+0.000056251",
"Mtime" : "2025-07-24T15:15:01.324093+02:00",
"MimeType" : "image/jpeg",
"Tags" : [ "dummy" ],
"Deleted" : false,