1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Sort jobs by creation in API (#5545)

* Sort jobs by creation in API

* Fix tests missing new field

* Fix sorting logic around child jobs
This commit is contained in:
Mike Degatano
2025-01-16 03:51:44 -05:00
committed by GitHub
parent da6bdfa795
commit 600bf91c4f
6 changed files with 125 additions and 15 deletions

View File

@@ -1066,6 +1066,7 @@ def _make_backup_message_for_assert(
"done": done,
"parent_id": None,
"errors": [],
"created": ANY,
},
},
}