Skip to content

Commit

Permalink
fix: go test basicauth_test.go wrong expect
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Sep 24, 2023
1 parent 99a56dd commit ebf7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/basicauth/basicauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func Test_Middleware_BasicAuth(t *testing.T) {
},
{
url: "/testauth",
statusCode: fiber.StatusUnauthorized,
statusCode: fiber.StatusProxyAuthRequired,
username: "john",
password: "wrong",
},
Expand Down

0 comments on commit ebf7174

Please sign in to comment.