linkerd2/controller/api/destination/watcher
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
..
endpoints_watcher.go Support pod ip and service cluster ip lookups in the destination service (#3595) 2019-12-19 09:25:12 -08:00
endpoints_watcher_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
ip_watcher.go Support pod ip and service cluster ip lookups in the destination service (#3595) 2019-12-19 09:25:12 -08:00
ip_watcher_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
k8s.go Return invalid argument for external name services (#3120) 2019-07-29 16:31:22 -07:00
profile_watcher.go Switch from using golangci fmt to using goimports (#3555) 2019-10-16 13:56:11 -07:00
profile_watcher_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
prometheus.go Add support for stateful sets (#3113) 2019-07-24 14:09:46 -07:00
test_util.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
traffic_split_watcher.go Cleanup: fix some typos in code comment (#3296) 2019-08-21 09:40:43 -07:00
traffic_split_watcher_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00