Minor docs and test cleanup related to the SSH configuration
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-06-01 09:51:14 -05:00
parent 7eed1a26ae
commit 529172c754
5 changed files with 8 additions and 13 deletions

View File

@@ -349,7 +349,7 @@ pipelines:
}
}
func TestLoadFileRejectsSSHURIExecutionConfig(t *testing.T) {
func TestLoadFileRejectsLegacySSHURIFieldAsUnknown(t *testing.T) {
assertLoadError(t, `
pipelines:
- id: reports
@@ -361,7 +361,7 @@ pipelines:
- id: archive
backend: local
path: /archive
`, "uri is not supported for ssh backend")
`, "field uri not found")
}
func TestLoadFileRejectsUnsupportedBackend(t *testing.T) {