Fix config_parse_test to reflect that consul.addr does not exist.

`consul.address` does, but not `consul.addr`.
This commit is contained in:
Sean Chittenden 2016-06-01 01:12:37 -07:00
parent 7fe1944bc5
commit 07fa89d2a5
No known key found for this signature in database
GPG key ID: 4EBC9DC16C2E5E16

View file

@ -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