mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-17 04:06:47 +00:00
Fix Docker app version tracking, cache consistency and delegated updates
This commit is contained in:
@@ -257,10 +257,6 @@ class RegistryRedirectTests(unittest.TestCase):
|
||||
self.assertIsNone(error)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
|
||||
class ContainerIdentityTests(unittest.TestCase):
|
||||
"""A container's catalog identity comes from a detector that declares it."""
|
||||
|
||||
@@ -338,3 +334,7 @@ class UpdateNotificationWordingTests(unittest.TestCase):
|
||||
"immich",
|
||||
)
|
||||
self.assertIn("• valkey/valkey:8-bookworm: new registry digest", payload["details"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user