mirror of
https://github.com/stretchr/testify.git
synced 2025-07-12 07:10:27 +00:00
HTTP assertions were missing the trailing `msgAndArgs ...interface{}`, making it inconsistent with the rest of the assertions and resulting in incorrect `*f` wrappers. Fixes #528