Skip to content

Commit

Permalink
Merge 83c1b42 into c860828
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpio committed Feb 7, 2023
2 parents c860828 + 83c1b42 commit e2d6c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micro/test/service_test.go
Expand Up @@ -1316,6 +1316,7 @@ func TestRequestRespond(t *testing.T) {
handler := func(req micro.Request) {
if errors.Is(test.withRespondError, micro.ErrRespond) {
nc.Close()
return
}
if val := req.Headers().Get("key"); val != "value" {
t.Fatalf("Expected headers in the request")
Expand Down

0 comments on commit e2d6c81

Please sign in to comment.