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:
@@ -1066,6 +1066,7 @@ def _make_backup_message_for_assert(
|
||||
"done": done,
|
||||
"parent_id": None,
|
||||
"errors": [],
|
||||
"created": ANY,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user