Skip to content

Commit

Permalink
Remove leftover function
Browse files Browse the repository at this point in the history
Signed-off-by: Baiju Muthukadan <[email protected]>
  • Loading branch information
baijum committed Oct 12, 2023
1 parent 6dbee14 commit 2393adf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions controllers/useraccount/useraccount_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1744,16 +1744,6 @@ func terminating(msg string) toolchainv1alpha1.Condition {
}
}

func newSecretWithCheAdminCreds() *corev1.Secret {
return &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "test-secret",
Namespace: test.MemberOperatorNs,
},
Data: map[string][]byte{},
}
}

func gockTokenSuccess(calls *int) {
gock.New(testKeycloakURL).
Post("auth/realms/codeready/protocol/openid-connect/token").
Expand Down

0 comments on commit 2393adf

Please sign in to comment.