We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571f307 commit 9a1069fCopy full SHA for 9a1069f
proxy/config_windows_test.go
@@ -43,10 +43,10 @@ func TestConfig_SanitizeCommand(t *testing.T) {
43
44
func TestConfig_WindowsCmdStopIsSet(t *testing.T) {
45
content := `
46
- models:
47
- model1:
48
- cmd: path/to/cmd --arg1 one
49
- `
+models:
+ model1:
+ cmd: path/to/cmd --arg1 one
+`
50
// Load the config and verify
51
config, err := LoadConfigFromReader(strings.NewReader(content))
52
assert.NoError(t, err)
0 commit comments