From ae463642ed0cce40cda170e8e7a159347f8a8b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 19 Nov 2025 11:58:29 +0100 Subject: [PATCH] tests: k8s: Fix typo in authenticated tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The person who introduced the check, someone named Fabiano FidĂȘncio, forgot a `$` in a variable assignment. Signed-off-by: Fabiano FidĂȘncio --- .../kubernetes/k8s-guest-pull-image-authenticated.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/k8s-guest-pull-image-authenticated.bats b/tests/integration/kubernetes/k8s-guest-pull-image-authenticated.bats index ae6afd1854..8e5997c536 100644 --- a/tests/integration/kubernetes/k8s-guest-pull-image-authenticated.bats +++ b/tests/integration/kubernetes/k8s-guest-pull-image-authenticated.bats @@ -9,7 +9,7 @@ load "${BATS_TEST_DIRNAME}/confidential_common.sh" export KBS="${KBS:-false}" export SNAPSHOTTER="${SNAPSHOTTER:-}" -export EXPERIMENTAL_FORCE_GUEST_PULL="{EXPERIMENTAL_FORCE_GUEST_PULL:-}" +export EXPERIMENTAL_FORCE_GUEST_PULL="${EXPERIMENTAL_FORCE_GUEST_PULL:-}" setup() { if ! is_confidential_runtime_class; then