packaging and much more

This commit is contained in:
Livio Amstutz 2019-11-29 13:31:55 +01:00
parent 988a556fa9
commit 201109f9c2
29 changed files with 356 additions and 272 deletions

View file

@ -8,7 +8,6 @@ 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) {
@ -16,7 +15,7 @@ func TestDefaultOP_HandleDiscovery(t *testing.T) {
config *Config
endpoints *endpoints
discoveryConfig *oidc.DiscoveryConfiguration
storage u.Storage
storage Storage
http *http.Server
}
type args struct {