Skip to content

Commit c561da8

Browse files
committed
nit: changed workload runtime name to variable instead of string.
1 parent c5556df commit c561da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3153,7 +3153,7 @@ def test_aks_nodepool_add_with_kata(
31533153
update_cmd,
31543154
checks=[
31553155
self.check("provisioningState", "Succeeded"),
3156-
self.check("workloadRuntime", "KataVmIsolation"),
3156+
self.check("workloadRuntime", CONST_WORKLOAD_RUNTIME_KATA_VM_ISOLATION),
31573157
],
31583158
)
31593159

0 commit comments

Comments
 (0)