Skip to content

Commit

Permalink
fix triple protocol unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
DMwangnima committed Dec 30, 2023
1 parent 4f649c4 commit 8efbe6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/triple/triple_protocol/handler_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ func TestHandler_ServeHTTP(t *testing.T) {
"application/grpc+hessian2",
"application/grpc+json",
"application/grpc+json; charset=utf-8",
"application/grpc+msgpack",
"application/grpc+proto",
"application/hessian2",
"application/json",
"application/json; charset=utf-8",
"application/msgpack",
"application/proto",
}, ", "))
})
Expand Down

0 comments on commit 8efbe6d

Please sign in to comment.