Skip to content

Commit 180618f

Browse files
committed
fix test
1 parent 5c42406 commit 180618f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,7 @@ def common_update_gpu_profile(self):
26702670
)
26712671
# fail on passing the wrong agentpool object
26722672
with self.assertRaises(CLIInternalError):
2673-
dec_1.set_up_gpu_profile(None)
2673+
dec_1.update_gpu_profile(None)
26742674
agentpool_1 = self.create_initialized_agentpool_instance(
26752675
gpu_profile=self.models.GPUProfile(
26762676
driver="Install",

0 commit comments

Comments
 (0)