xds: fix data file name in test (#8254)

This commit is contained in:
Gregory Cooke 2025-04-16 12:15:42 -04:00 committed by GitHub
parent f0676ea45d
commit 560ca642f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func (s) TestValidTlsBuilder(t *testing.T) {
caCert := testdata.Path("x509/server_ca_cert.pem")
clientCert := testdata.Path("x509/client1_cert.pem")
clientKey := testdata.Path("x509/client1_key.pem")
clientSpiffeBundle := testdata.Path("spiffe_end2end/client_spiffe.json")
clientSpiffeBundle := testdata.Path("spiffe_end2end/client_spiffebundle.json")
tests := []struct {
name string
jd string