Skip to content

Commit

Permalink
make sure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 committed Jun 6, 2024
1 parent 0324571 commit cbfe2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_iot/tests/iothub/state/test_hub_state_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit cbfe2f9

Please sign in to comment.