linkerd2/controller/api/destination
Alejandro Pedraza afb93cddc8
Use `t.Name()` instead of `t.Name` in tests (#3970)
Use `t.Name()` instead of `t.Name` when retrieving the name of tests.
This was causing an error to be added in the log:
```
output: logrus_error="can not add field \"test\"
```

Followup to
[comment](https://github.com/linkerd/linkerd2/pull/3965#discussion_r370387990)
2020-01-27 09:17:19 -05:00
..
watcher Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
client.go Trace Control plane Components with OC (#3495) 2019-10-18 12:19:13 -07:00
endpoint_translator.go Support pod ip and service cluster ip lookups in the destination service (#3595) 2019-12-19 09:25:12 -08:00
endpoint_translator_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
fallback_profile_listener.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
fallback_profile_listener_test.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
profile_translator.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
profile_translator_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
server.go Support pod ip and service cluster ip lookups in the destination service (#3595) 2019-12-19 09:25:12 -08:00
server_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
traffic_split_adaptor.go Allow custom cluster domains in remaining backends (#3278) 2019-08-27 10:01:36 -07:00
traffic_split_adaptor_test.go Allow custom cluster domains in remaining backends (#3278) 2019-08-27 10:01:36 -07:00