func strPtr(in string) *string { … } func TestValidateAPIApproval(t *testing.T) { … } // TestDropDisabledFields tests if the drop functionality is working fine or not with feature gate switch func TestDropDisabledFields(t *testing.T) { … }
func strPtr(in string) *string { … } func TestValidateAPIApproval(t *testing.T) { … } // TestDropDisabledFields tests if the drop functionality is working fine or not with feature gate switch func TestDropDisabledFields(t *testing.T) { … }