Skip to content

Commit

Permalink
Update testing docs
Browse files Browse the repository at this point in the history
Signed-off-by: yangchiu <[email protected]>
  • Loading branch information
yangchiu committed Feb 16, 2024
1 parent b061824 commit 6bad520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/test_ha.html
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ <h1 class="title">Module <code>tests.test_ha</code></h1>
wait_for_volume_replica_count(client, volume_name, 3)

volume = client.by_id_volume(volume_name)
assert volume.robustness == &#34;healthy&#34;
wait_for_volume_healthy(client, volume_name)

check_volume_data(volume, data)

Expand Down Expand Up @@ -5777,7 +5777,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
wait_for_volume_replica_count(client, volume_name, 3)

volume = client.by_id_volume(volume_name)
assert volume.robustness == &#34;healthy&#34;
wait_for_volume_healthy(client, volume_name)

check_volume_data(volume, data)</code></pre>
</details>
Expand Down

0 comments on commit 6bad520

Please sign in to comment.