mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +00:00
Fix integration test typo
This commit is contained in:
committed by
Ryan Richard
parent
414ff503ef
commit
60f82d2a55
@@ -92,7 +92,7 @@ func TestTLSSpecKubeBuilderValidationSupervisor_Parallel(t *testing.T) {
|
||||
expectedErrorSnippets: []string{`The %s "%s" is invalid: spec.tls.certificateAuthorityDataSource.name: Required value`},
|
||||
expectedGitHubErrorSnippets: []string{
|
||||
`The %s "%s" is invalid:`,
|
||||
"* spec.githubAPI.tls.certificateAuthorityDataSource.name: Required value",
|
||||
"spec.githubAPI.tls.certificateAuthorityDataSource.name: Required value",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ func TestTLSSpecKubeBuilderValidationSupervisor_Parallel(t *testing.T) {
|
||||
expectedErrorSnippets: []string{`The %s "%s" is invalid: spec.tls.certificateAuthorityDataSource.key: Required value`},
|
||||
expectedGitHubErrorSnippets: []string{
|
||||
`The %s "%s" is invalid:`,
|
||||
"* spec.githubAPI.tls.certificateAuthorityDataSource.key: Required value",
|
||||
"spec.githubAPI.tls.certificateAuthorityDataSource.key: Required value",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -144,7 +144,7 @@ func TestTLSSpecKubeBuilderValidationSupervisor_Parallel(t *testing.T) {
|
||||
expectedErrorSnippets: []string{`The %s "%s" is invalid: spec.tls.certificateAuthorityDataSource.kind: Required value`},
|
||||
expectedGitHubErrorSnippets: []string{
|
||||
`The %s "%s" is invalid:`,
|
||||
"* spec.githubAPI.tls.certificateAuthorityDataSource.kind: Required value",
|
||||
"spec.githubAPI.tls.certificateAuthorityDataSource.kind: Required value",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user