We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c42406 commit 180618fCopy full SHA for 180618f
src/aks-preview/azext_aks_preview/tests/latest/test_agentpool_decorator.py
@@ -2670,7 +2670,7 @@ def common_update_gpu_profile(self):
2670
)
2671
# fail on passing the wrong agentpool object
2672
with self.assertRaises(CLIInternalError):
2673
- dec_1.set_up_gpu_profile(None)
+ dec_1.update_gpu_profile(None)
2674
agentpool_1 = self.create_initialized_agentpool_instance(
2675
gpu_profile=self.models.GPUProfile(
2676
driver="Install",
0 commit comments