From 1cea51507b926c5be007599116f3b2bf13fb8f08 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 22 Oct 2025 17:14:56 -0400 Subject: [PATCH] [CI:DOCS]Fix minor typo in buildah test After the tests had all but passed on #27343, I noted a minor typo. This corrects the one character flaw. Signed-off-by: tomsweeneyredhat --- test/buildah-bud/apply-podman-deltas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 2528f33ec21..5773c22c9a0 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -276,7 +276,7 @@ skip_if_remote "compat API does not support oci-archive tags" \ "build-with-timestamp-applies-to-oci-archive" # 2025-10-212 "'build proxy' environment is not sent over the API, comment in https://github.com/containers/podman/pull/27343" -skip_if_remote "http_proxy env is not send via remote API" \ +skip_if_remote "http_proxy env is not sent via remote API" \ "build proxy - ADD URL" ###############################################################################