Refactor validators into package-owned components
This commit is contained in:
@@ -28,9 +28,6 @@ func ConfigureSubprocessTestHooksFromEnv() {
|
||||
if mode == "" && timeoutMSRaw == "" {
|
||||
return
|
||||
}
|
||||
if !shouldUseNoOpLLMClientForTests() {
|
||||
return
|
||||
}
|
||||
|
||||
if mode != "" {
|
||||
client := &subprocessTestLLMClient{mode: mode}
|
||||
|
||||
Reference in New Issue
Block a user