Skip to content

Commit be96726

Browse files
committed
fix
1 parent 4cfa285 commit be96726

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
@@ -16374,7 +16374,7 @@ def test_aks_bastion(self, resource_group, resource_group_location):
1637416374
self.check("provisioningState", "Succeeded"),
1637516375
],
1637616376
).get_output_in_json()
16377-
nrg = mc.node_resource_group
16377+
nrg = mc["nodeResourceGroup"]
1637816378

1637916379
# create bastion
1638016380
list_vnet_cmd = f"network vnet list -g {nrg} -o json"

0 commit comments

Comments
 (0)