mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
tmp test ci
This commit is contained in:
parent
149ef75cdd
commit
b3c88d8b95
@ -32,7 +32,7 @@ func TestRenderMsgPack(t *testing.T) {
|
||||
}
|
||||
|
||||
(MsgPack{data}).WriteContentType(w)
|
||||
assert.Equal(t, "application/msgpack; charset=utf-8", w.Header().Get("Content-Type"))
|
||||
assert.Equal(t, "xxxapplication/msgpack; charset=utf-8", w.Header().Get("Content-Type"))
|
||||
|
||||
err := (MsgPack{data}).Render(w)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user