mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-17 13:04:23 +00:00
tests: k8s: Fix typo in authenticated tests
The person who introduced the check, someone named Fabiano Fidêncio, forgot a `$` in a variable assignment. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
@@ -9,7 +9,7 @@ load "${BATS_TEST_DIRNAME}/confidential_common.sh"
|
|||||||
|
|
||||||
export KBS="${KBS:-false}"
|
export KBS="${KBS:-false}"
|
||||||
export SNAPSHOTTER="${SNAPSHOTTER:-}"
|
export SNAPSHOTTER="${SNAPSHOTTER:-}"
|
||||||
export EXPERIMENTAL_FORCE_GUEST_PULL="{EXPERIMENTAL_FORCE_GUEST_PULL:-}"
|
export EXPERIMENTAL_FORCE_GUEST_PULL="${EXPERIMENTAL_FORCE_GUEST_PULL:-}"
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
if ! is_confidential_runtime_class; then
|
if ! is_confidential_runtime_class; then
|
||||||
|
|||||||
Reference in New Issue
Block a user