backup
This commit is contained in:
parent
10d671956a
commit
80eeee2de2
19 changed files with 422 additions and 157 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/caos/oidc/pkg/oidc"
|
||||
"github.com/caos/oidc/pkg/op/u"
|
||||
)
|
||||
|
||||
func TestDefaultOP_HandleDiscovery(t *testing.T) {
|
||||
|
@ -15,7 +16,7 @@ func TestDefaultOP_HandleDiscovery(t *testing.T) {
|
|||
config *Config
|
||||
endpoints *endpoints
|
||||
discoveryConfig *oidc.DiscoveryConfiguration
|
||||
storage Storage
|
||||
storage u.Storage
|
||||
http *http.Server
|
||||
}
|
||||
type args struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue