Skip to content

Commit

Permalink
update: fix failing test consul_kv dump_data api
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Oct 8, 2023
1 parent f8b52fa commit f6fcfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/control/discovery.t
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GET /t
--- error_code: 200
--- response_body
{}
{"fetch_interval":3,"keepalive":true,"prefix":"upstreams","servers":["http://127.0.0.1:8500","http://127.0.0.1:8600"],"timeout":{"connect":2000,"read":2000,"wait":60},"weight":1}
{"fetch_interval":3,"keepalive":true,"prefix":"upstreams","servers":["http://127.0.0.1:8500","http://127.0.0.1:8600"],"timeout":{"connect":2000,"read":2000,"wait":60},"token":"","weight":1}
--- error_log
connect consul
Expand Down

0 comments on commit f6fcfb8

Please sign in to comment.