Skip to content

Commit 3b22242

Browse files
committed
rename test
1 parent 6026155 commit 3b22242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xds/bootstrap/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func TestTlsCredsBuilder(t *testing.T) {
107107
}
108108
}
109109

110-
func TestJwtCallCredentials_BuildDisabledIfFeatureNotEnabled(t *testing.T) {
110+
func TestJwtCallCredentials_DisabledIfFeatureNotEnabled(t *testing.T) {
111111
builder := GetCredentials("jwt_call_creds")
112112
if builder != nil {
113113
t.Fatal("Expected nil Credentials for jwt_call_creds when the feature is disabled.")

0 commit comments

Comments
 (0)