chore: update process_test.go (#17)

nonexistant -> nonexistent
This commit is contained in:
Ikko Eltociear Ashimine
2024-11-27 03:20:16 +09:00
committed by GitHub
parent 716d37de82
commit 9a81c53664

View File

@@ -49,7 +49,7 @@ func TestProcess_AutomaticallyStartsUpstream(t *testing.T) {
func TestProcess_BrokenModelConfig(t *testing.T) {
// Create a process configuration
config := ModelConfig{
Cmd: "nonexistant-command",
Cmd: "nonexistent-command",
Proxy: "http://127.0.0.1:9913",
CheckEndpoint: "/health",
}