mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 18:03:10 -06:00
cmd/mediaapi-integration-tests: Log size and method for thumbnails
This commit is contained in:
parent
9169bd2acd
commit
dc5d7f78e5
|
|
@ -265,5 +265,5 @@ func testThumbnail(width, height int, resizeMethod, host, origin, mediaID, wante
|
||||||
WantedStatusCode: wantedStatusCode,
|
WantedStatusCode: wantedStatusCode,
|
||||||
WantedBody: test.CanonicalJSONInput([]string{wantedBody})[0],
|
WantedBody: test.CanonicalJSONInput([]string{wantedBody})[0],
|
||||||
}
|
}
|
||||||
testReq.Run(fmt.Sprintf("thumbnail mxc://%v/%v from %v", origin, mediaID, host), timeout, serverCmdChan)
|
testReq.Run(fmt.Sprintf("thumbnail mxc://%v/%v%v from %v", origin, mediaID, query, host), timeout, serverCmdChan)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue