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