Merging upstream version 1.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c8b00cb8af
commit
61133985ce
13 changed files with 86 additions and 43 deletions
|
@ -90,7 +90,7 @@ func performMultipartFormTest(t *testing.T, binder handlerFunc, testCase multipa
|
|||
} else if !testCase.shouldSucceed {
|
||||
assert.NotEmpty(t, errs)
|
||||
}
|
||||
assert.EqualValues(t, fmt.Sprintf("%+v", testCase.inputAndExpected), fmt.Sprintf("%+v", actual))
|
||||
assert.Equal(t, fmt.Sprintf("%+v", testCase.inputAndExpected), fmt.Sprintf("%+v", actual))
|
||||
})
|
||||
|
||||
multipartPayload, mpWriter := makeMultipartPayload(testCase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue