Skip to content

Commit 9b9b8a7

Browse files
committed
fix syntax err
1 parent 150c783 commit 9b9b8a7

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_update_agentpool_profile_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def mock_method(pool):
438438
"update_localdns_profile",
439439
"update_auto_scaler_properties_vms",
440440
"update_upgrade_strategy",
441-
"update_blue_green_upgrade_settings"
441+
"update_blue_green_upgrade_settings",
442442
"update_gpu_profile",
443443
]
444444
self.assertEqual(call_order, expected_order)

0 commit comments

Comments
 (0)