mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Switch to in-process agent
This commit is contained in:
@@ -12,8 +12,8 @@ func TestLogsCommand_Implements(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestLogsCommand_Fails(t *testing.T) {
|
||||
srv, _, url := testServer(t, nil)
|
||||
defer srv.Stop()
|
||||
srv, _, url := testServer(t, false, nil)
|
||||
defer srv.Shutdown()
|
||||
|
||||
ui := new(cli.MockUi)
|
||||
cmd := &LogsCommand{Meta: Meta{Ui: ui}}
|
||||
|
||||
Reference in New Issue
Block a user