ContainerImage.Pinniped/internal/controller/supervisorconfig/jwks_test.go

10 lines
196 B
Go
Raw Normal View History

// Copyright 2020 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package supervisorconfig
import "testing"
func TestJWKSControllerSync(t *testing.T) {
}