mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The TestInspectAPIContainerResponse mentioned that Windows does not support API versions before v1.25. While technically, no stable release existed for Windows with API versions before that (seef811d5b128), API version v1.24 was enabled ine4af39aeb3, to have a consistend fallback version for API version negotiation. This patch updates the test to reflect that change. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>