Fix config_parse_test to reflect that consul.addr
does not exist.
`consul.address` does, but not `consul.addr`.
This commit is contained in:
parent
7fe1944bc5
commit
07fa89d2a5
|
@ -88,7 +88,7 @@ http_api_response_headers {
|
|||
consul {
|
||||
server_service_name = "nomad"
|
||||
client_service_name = "nomad-client"
|
||||
addr = "127.0.0.1:9500"
|
||||
address = "127.0.0.1:9500"
|
||||
token = "token1"
|
||||
auth = "username:pass"
|
||||
ssl = true
|
||||
|
|
Loading…
Reference in a new issue