Skip to content

Commit 69e8418

Browse files
committed
Export CreateDexClient
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 7136870 commit 69e8418

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/framework/backend.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func StartBackendWithoutDefaultArgs(t *testing.T, clientConfig *rest.Config, arg
8383
require.NoError(t, err)
8484

8585
opts.OIDC.IssuerClientID = "kube-bind-" + port
86-
createDexClient(t, addr)
86+
CreateDexClient(t, addr)
8787

8888
opts.ExtraOptions.TestingSkipNameValidation = true
8989
opts.ExtraOptions.SchemaSource = options.CustomResourceDefinitionSource.String()
@@ -104,7 +104,7 @@ func StartBackendWithoutDefaultArgs(t *testing.T, clientConfig *rest.Config, arg
104104
return addr, server
105105
}
106106

107-
func createDexClient(t *testing.T, addr net.Addr) {
107+
func CreateDexClient(t *testing.T, addr net.Addr) {
108108
ctx, cancel := context.WithCancel(context.Background())
109109
t.Cleanup(cancel)
110110

0 commit comments

Comments
 (0)