Skip to content

Commit a239c57

Browse files
committed
fix test case
1 parent 8e4936b commit a239c57

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ def test_enable_when_v1_installed(self):
16761676
f'Failed to enable the latest version of Azure Container Storage as version {v1_extension_version} '
16771677
'is already installed on the cluster. Try enabling Azure Container Storage in another cluster. '
16781678
'You can also enable the latest version by first disabling the existing installation using '
1679-
'--disable-azure-container-storage. Note that disabling can impact existing workloads '
1679+
'--disable-azure-container-storage all. Note that disabling can impact existing workloads '
16801680
'that depend on Azure Container Storage.'
16811681
)
16821682
self.assertEqual(str(cm.exception), err)

0 commit comments

Comments
 (0)