Merge pull request #5615 from martin-g/faster-tasks-mod-it-tests

tests: Faster tasks::mod IT tests
This commit is contained in:
Tamo 2025-06-04 12:38:39 +00:00 committed by GitHub
commit 1d02efeab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 186 additions and 188 deletions

View file

@ -128,7 +128,8 @@ impl Display for Value {
".finishedAt" => "[date]",
".duration" => "[duration]",
".processingTimeMs" => "[duration]",
".details.embedders.*.url" => "[url]"
".details.embedders.*.url" => "[url]",
".details.dumpUid" => "[dump_uid]",
})
)
}