Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Mar 14, 2024
1 parent e9e9c97 commit e928f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/cors/cors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ func Test_CORS_AllowPrivateNetworkAccess(t *testing.T) {
ctx = &fasthttp.RequestCtx{}
ctx.Request.Header.SetMethod(fiber.MethodOptions)
ctx.Request.Header.Set(fiber.HeaderOrigin, "https://example.com")

// Test scenario where AllowPrivateNetworkAccess is disabled (default)
app = fiber.New()
app.Use(New())
Expand Down

0 comments on commit e928f79

Please sign in to comment.