Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhoot committed Mar 10, 2024
1 parent 50832a9 commit 063635d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ func TestWildcard(t *testing.T) {
}

func TestMultiGroupRouter(t *testing.T) {
// performRequestWithHeaders(r http.Handler, method, path, origin string, header http.Header)
router := multiGroupRouter(Config{
AllowMethods: []string{"GET"},
AllowOriginWithContextFunc: func(c *gin.Context, origin string) bool {
Expand Down

0 comments on commit 063635d

Please sign in to comment.