Skip to content

Commit f967f5b

Browse files
committed
fix
1 parent be96726 commit f967f5b

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
@@ -16394,7 +16394,7 @@ def test_aks_bastion(self, resource_group, resource_group_location):
1639416394
create_bastion_cmd = f"network bastion create -g {nrg} -n aks-bastion " \
1639516395
f"--public-ip-address aks-bastion-pip " \
1639616396
f"--vnet-name {vnet_name} --enable-tunneling"
16397-
self.cmd(create_bastion_cmd, checks=[self.check("provisioningState", "Succeeded")])
16397+
self.cmd(create_bastion_cmd)
1639816398

1639916399
kubectl_path = "kubectl"
1640016400
if not self._verify_kubectl_installation():

0 commit comments

Comments
 (0)