Skip to content

Commit

Permalink
clarify test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Jan 22, 2025
1 parent 46906d5 commit 71389e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/httpclient/custom_headers_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func TestCustomHeadersMiddleware(t *testing.T) {
}
require.Len(t, ctx.callChain, 1)
require.ElementsMatch(t, []string{"final"}, ctx.callChain)

require.Empty(t, req.Header.Values(""))
require.Equal(t, 0, len(req.Header))
})
}

0 comments on commit 71389e4

Please sign in to comment.