Skip to content

Commit 2ede909

Browse files
committed
update the PR title
1 parent fabd7a4 commit 2ede909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def test_update_managed_namespace_sets_location_from_existing_namespace(self, mo
312312

313313
ns.aks_managed_namespace_update(cmd, mock_client, raw_parameters, None, existing_ns, False)
314314

315-
# The namespace that passed to begin_create_or_update should carry the existing location
315+
# The namespace passed to begin_create_or_update should carry the existing location
316316
call_args = mock_client.begin_create_or_update.call_args
317317
namespace_config = call_args[0][3] # 4th positional arg
318318
self.assertEqual(namespace_config.location, "westus2")

0 commit comments

Comments
 (0)