kata-deploy: nit: Fix test name

Just add a "is" there as it was missing.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio
2025-09-05 18:36:09 +02:00
parent 1d5124e8bc
commit 4cb999ce93

View File

@@ -64,7 +64,7 @@ setup() {
popd
}
@test "Test runtimeclasses are being properly created and container runtime not broken" {
@test "Test runtimeclasses are being properly created and container runtime is not broken" {
# We filter `kata-mshv-vm-isolation` out as that's present on AKS clusters, but that's not coming from kata-deploy
current_runtime_classes=$(kubectl get runtimeclasses | grep -v "kata-mshv-vm-isolation" | grep "kata" | wc -l)
[[ ${current_runtime_classes} -eq ${expected_runtime_classes} ]]