etcd/tests/integration
Ivan Valdes 8fb26a2c4e
tests/framework: remove (*Member) GRPCURL()
Currenly Member exports GrpcURL already as a struct variable. However,
when addressing the var-naming linting issues, renaming it from GrpcURL
to GRPCURL, clashes with the GRPCURL() function.

Given that it's already an exported variable, there's no need to define
a getter function. The use of this variable is also mixed, with calls to
both the exported variable (GrpcURL) and the function [GRPCURL()].

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-03-26 16:04:12 -07:00
..
2023-09-24 14:21:11 +08:00
2023-09-19 20:24:01 +08:00
2024-03-25 10:34:44 +08:00
2023-09-19 20:24:01 +08:00
2023-10-17 21:24:13 +08:00
2023-03-17 14:39:18 -07:00
2023-09-19 20:24:01 +08:00
2022-09-20 18:41:39 +08:00
2022-11-17 19:07:04 +03:00
2023-10-17 21:24:13 +08:00