Skip to content

Commit

Permalink
merge v2 in main(v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Mar 28, 2024
1 parent a910451 commit 2f7d837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/adaptor/adaptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func testFiberToHandlerFunc(t *testing.T, checkDefaultPort bool, app ...*fiber.A
require.Equal(t, expectedHost, c.Hostname(), "Host")
require.Equal(t, expectedHost, string(c.Request().Header.Host()), "Host")
require.Equal(t, "http://"+expectedHost, c.BaseURL(), "BaseURL")
require.Equal(t, expectedRemoteAddr, c.Context().RemoteAddr().String(), "RemoteAddr")

body := string(c.Body())
require.Equal(t, expectedBody, body, "Body")
Expand Down

0 comments on commit 2f7d837

Please sign in to comment.