diff --git a/azext_iot/tests/iothub/state/test_hub_state_int.py b/azext_iot/tests/iothub/state/test_hub_state_int.py index 864405eea..422cfb48c 100644 --- a/azext_iot/tests/iothub/state/test_hub_state_int.py +++ b/azext_iot/tests/iothub/state/test_hub_state_int.py @@ -260,7 +260,7 @@ def delete_system_endpoints(hub_name, rg): f"iot hub routing-endpoint delete --hub-name {hub_name} -g {rg} -n queue-systemid" ) cli.invoke( - f"iot hub routing-endpoint delete --hub-name {hub_name} -g {rg} -n storage-systemid" + f"iot hub routing-endpoint delete --hub-name {hub_name} -g {rg} -n storagecontainer-systemid" )