1 parent 6026155 commit 3b22242Copy full SHA for 3b22242
1 file changed
xds/bootstrap/bootstrap_test.go
@@ -107,7 +107,7 @@ func TestTlsCredsBuilder(t *testing.T) {
107
}
108
109
110
-func TestJwtCallCredentials_BuildDisabledIfFeatureNotEnabled(t *testing.T) {
+func TestJwtCallCredentials_DisabledIfFeatureNotEnabled(t *testing.T) {
111
builder := GetCredentials("jwt_call_creds")
112
if builder != nil {
113
t.Fatal("Expected nil Credentials for jwt_call_creds when the feature is disabled.")
0 commit comments