Skip to content

Commit

Permalink
commenting usused function
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Jan 30, 2024
1 parent 8af1af2 commit e1e18a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/auth/authenticator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ func generateDomainAllowList(size int) []string {
return domainList
}

func generateTokenSecretRef() *corev1.LocalObjectReference {
example := &corev1.LocalObjectReference{Name: "example-token-secret-ref"}
return example
}
// func generateTokenSecretRef() *corev1.LocalObjectReference {
// example := &corev1.LocalObjectReference{Name: "example-token-secret-ref"}
// return example
// }

func generateSubjects(subjectCount int) []string {
subject := make([]string, subjectCount)
Expand Down

0 comments on commit e1e18a2

Please sign in to comment.