diff --git a/manager/integration/tests/test_zone.py b/manager/integration/tests/test_zone.py index 88272fe88b..5965a7bf39 100644 --- a/manager/integration/tests/test_zone.py +++ b/manager/integration/tests/test_zone.py @@ -631,7 +631,7 @@ def test_replica_auto_balance_when_no_storage_available_in_zone(client, core_api volume = client.create_volume(name=volume_name, numberOfReplicas=num_of_replicas) - # Wait for ht evolume to detach and attache it to the test pod node + # Wait for the volume to detach and attach it to the test pod node volume = wait_for_volume_detached(client, volume_name) volume.attach(hostId=get_self_host_id())