More integ test fix

This commit is contained in:
Richard van der Hoff 2017-11-23 21:44:49 +00:00
parent fb7fd2970d
commit f05f7d8300

View file

@ -263,7 +263,7 @@ func testThumbnail(width, height int, resizeMethod, host string, serverCmdChan c
testReq := &test.Request{ testReq := &test.Request{
Req: req, Req: req,
WantedStatusCode: 200, WantedStatusCode: 200,
WantedBody: test.CanonicalJSONInput([]string{""})[0], WantedBody: "",
} }
testReq.Run(fmt.Sprintf("thumbnail mxc://%v/%v%v from %v", testOrigin, testMediaID, query, host), timeout, serverCmdChan) testReq.Run(fmt.Sprintf("thumbnail mxc://%v/%v%v from %v", testOrigin, testMediaID, query, host), timeout, serverCmdChan)
} }