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 421bc74 commit 87be099Copy full SHA for 87be099
src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_agentpool_decorator.py
@@ -3251,7 +3251,7 @@ def common_update_gpu_profile(self):
3251
)
3252
# fail on passing the wrong agentpool object
3253
with self.assertRaises(CLIInternalError):
3254
- dec_1.set_up_gpu_profile(None)
+ dec_1.update_gpu_profile(None)
3255
agentpool_1 = self.create_initialized_agentpool_instance(
3256
gpu_profile=self.models.GPUProfile(
3257
driver="Install",
0 commit comments