From d5b25d9cf9c17db1f7bf087710dcdf08f3d08a66 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Thu, 1 Feb 2024 10:22:48 +0800 Subject: [PATCH] fix(integration): typo Signed-off-by: Chin-Ya Huang --- manager/integration/tests/test_zone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())