Files
moby/integration
Sebastiaan van Stijn eac4c43aaa integration/system: remove TestEventsBackwardsCompatible
This test was added in 72f1881df1, which
introduced a dedicated `events.Message` struct for the events endpoints.
Before that change, events would produce a generic `JSONMessage`, and
the test is to verify that an `events.Message` could be successfully
unmarshalled to a `JSONMessage`.

The change above was part of docker 1.10 (API version 1.22), which we
no longer support, so we can remove this test.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-19 13:27:33 +02:00
..
2021-05-18 09:43:21 +02:00
2025-05-30 15:59:14 +02:00