mirror of https://github.com/status-im/consul.git
test: replace one more BoolFalse with agent.Bool()
This commit is contained in:
parent
dcc68f0f85
commit
db15cd847a
|
@ -31,7 +31,7 @@ func TestExecCommand_implements(t *testing.T) {
|
|||
func TestExecCommandRun(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := agent.TestConfig()
|
||||
cfg.DisableRemoteExec = &agent.BoolFalse
|
||||
cfg.DisableRemoteExec = agent.Bool(false)
|
||||
a := agent.NewTestAgent(t.Name(), cfg)
|
||||
defer a.Shutdown()
|
||||
|
||||
|
|
Loading…
Reference in New Issue