Skip to content

Commit bcf228d

Browse files
committed
typo
1 parent fb59c7d commit bcf228d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19475,7 +19475,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1947519475
checks=[
1947619476
self.check("provisioningState", "Succeeded"),
1947719477
self.check("serviceMeshProfile.mode", "Istio"),
19478-
self.check("ingressProfile.gatewayAPI.installation", "Standard"),
19478+
self.check("ingressProfile.gatewayApi.installation", "Standard"),
1947919479
],
1948019480
)
1948119481

@@ -19489,7 +19489,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1948919489
update_cmd,
1949019490
checks=[
1949119491
self.check("provisioningState", "Succeeded"),
19492-
self.check("ingressProfile.gatewayAPI.installation", "Disabled"),
19492+
self.check("ingressProfile.gatewayApi.installation", "Disabled"),
1949319493
],
1949419494
)
1949519495

@@ -19503,7 +19503,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1950319503
update_cmd,
1950419504
checks=[
1950519505
self.check("provisioningState", "Succeeded"),
19506-
self.check("ingressProfile.gatewayAPI.installation", "Standard"),
19506+
self.check("ingressProfile.gatewayApi.installation", "Standard"),
1950719507
],
1950819508
)
1950919509

0 commit comments

Comments
 (0)