Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly initialize nested struct in influxdb test
If actually running the influxdb tests (not included in Makefile), a compiler error occured ("cannot use promoted field in struct literal of type") because direct access to promoted fields is only allowed in assignments, not when initializing structs (at least, unless golang/go#9859 gets implemented). Signed-off-by: Jens Erat <jens.erat@daimler.com>
- Loading branch information