committed by
GitHub
parent
716d37de82
commit
9a81c53664
@@ -49,7 +49,7 @@ func TestProcess_AutomaticallyStartsUpstream(t *testing.T) {
|
|||||||
func TestProcess_BrokenModelConfig(t *testing.T) {
|
func TestProcess_BrokenModelConfig(t *testing.T) {
|
||||||
// Create a process configuration
|
// Create a process configuration
|
||||||
config := ModelConfig{
|
config := ModelConfig{
|
||||||
Cmd: "nonexistant-command",
|
Cmd: "nonexistent-command",
|
||||||
Proxy: "http://127.0.0.1:9913",
|
Proxy: "http://127.0.0.1:9913",
|
||||||
CheckEndpoint: "/health",
|
CheckEndpoint: "/health",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user