diff --git a/pkg/manager/manager_test.go b/pkg/manager/manager_test.go index 20fcfa6..e022c5f 100644 --- a/pkg/manager/manager_test.go +++ b/pkg/manager/manager_test.go @@ -24,7 +24,6 @@ func TestNewInstanceManager(t *testing.T) { PortRange: [2]int{8000, 9000}, LogsDir: "/tmp/test", MaxInstances: 5, - LlamaExecutable: "llama-server", DefaultAutoRestart: true, DefaultMaxRestarts: 3, DefaultRestartDelay: 5, @@ -191,7 +190,6 @@ func createTestManager() manager.InstanceManager { PortRange: [2]int{8000, 9000}, LogsDir: "/tmp/test", MaxInstances: 10, - LlamaExecutable: "llama-server", DefaultAutoRestart: true, DefaultMaxRestarts: 3, DefaultRestartDelay: 5,