open-consul/command/monitor
Daniel Nephin 09c6ac8b92 Rename NewTestAgentWithFields to StartTestAgent
This function now only starts the agent.

Using:

git grep -l 'StartTestAgent(t, true,' | \
        xargs sed -i -e 's/StartTestAgent(t, true,/StartTestAgent(t,/g'
2020-03-31 17:14:55 -04:00
..
monitor.go monitor: fix dropped error (#7206) 2020-02-11 10:57:50 +01:00
monitor_test.go Rename NewTestAgentWithFields to StartTestAgent 2020-03-31 17:14:55 -04:00