mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
74f769d2c1
Resolves #1597 Fix missing properties in some calls OS/Arch/IsSigned/LastUpdated. Since the properties were missing from the graphql requests, zli was showing default values. Update the tests to generate a tets image with the created date different from the go detault value for time.Time{}. The tests are now checking a non-default value in the responses client side, in order to avoid missing issues like this in the future. Signed-off-by: Andrei Aaron <aaaron@luxoft.com>