Fix linting

This commit is contained in:
Kevin Kreitner 2025-01-12 18:40:25 +01:00 committed by Jan Larwig
parent 1441449b81
commit 61d82780e5
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
1 changed files with 2 additions and 1 deletions

View File

@ -5,12 +5,13 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options"
"net/http"
"net/http/httptest"
"net/url"
"testing"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/stretchr/testify/assert"