From 9a81c53664b2e40a8d5437b864aa1fb8a580a2ca Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 27 Nov 2024 03:20:16 +0900 Subject: [PATCH] chore: update process_test.go (#17) nonexistant -> nonexistent --- proxy/process_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/process_test.go b/proxy/process_test.go index 5b2481c..542f575 100644 --- a/proxy/process_test.go +++ b/proxy/process_test.go @@ -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", }