tmp test ci

This commit is contained in:
thinkerou 2018-11-26 21:20:27 +08:00
parent 149ef75cdd
commit b3c88d8b95

View File

@ -32,7 +32,7 @@ func TestRenderMsgPack(t *testing.T) {
} }
(MsgPack{data}).WriteContentType(w) (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) err := (MsgPack{data}).Render(w)