Skip to content

Commit

Permalink
fix CEL test so that it is skipped on K8s 1.23 and 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey committed Mar 28, 2024
1 parent c759147 commit aad0085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/supervisor_github_idp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ func TestGitHubIDPStaticValidationOnCreate_Parallel(t *testing.T) {
},
},
},
expectedErr: `spec.gitHubAPI.tls.certificateAuthorityData must be a PEM bundle starting with '-----BEGIN CERTIFICATE----' and then base64-encoded`,
usesCELValidation: true,
expectedErr: `spec.gitHubAPI.tls.certificateAuthorityData must be a PEM bundle starting with '-----BEGIN CERTIFICATE----' and then base64-encoded`,
},
}
for _, tt := range tests {
Expand Down

0 comments on commit aad0085

Please sign in to comment.