Skip to content

Commit

Permalink
fix(integration): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Feb 1, 2024
1 parent a2d12bc commit d5b25d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit d5b25d9

Please sign in to comment.