Skip to content

Commit 87be099

Browse files
committed
fix test
1 parent 421bc74 commit 87be099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_agentpool_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3251,7 +3251,7 @@ def common_update_gpu_profile(self):
32513251
)
32523252
# fail on passing the wrong agentpool object
32533253
with self.assertRaises(CLIInternalError):
3254-
dec_1.set_up_gpu_profile(None)
3254+
dec_1.update_gpu_profile(None)
32553255
agentpool_1 = self.create_initialized_agentpool_instance(
32563256
gpu_profile=self.models.GPUProfile(
32573257
driver="Install",

0 commit comments

Comments
 (0)