mirror of
https://github.com/moby/moby.git
synced 2026-07-24 08:22:47 +00:00
Before:
=== FAIL: amd64.integration.image TestImagePullPlatformInvalid (0.01s)
pull_test.go:37: assertion failed: expression is false: errdefs.IsInvalidParameter(err)
After:
=== RUN TestImagePullPlatformInvalid
pull_test.go:37: assertion failed: error is Error response from daemon: "foobar": unknown operating system or architecture: invalid argument (errdefs.errSystem), not errdefs.IsInvalidParameter
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>