Skip to content

Commit

Permalink
Update tests/integration/test_k8s.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Dyess <[email protected]>
  • Loading branch information
bschimke95 and addyess authored Apr 3, 2024
1 parent 9e3702d commit 84a95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def test_remove_non_leader_control_planes(kubernetes_cluster: model.Model)

# Remove both non-leading control-planes (Replicate issue #277)
log.info("Remove unit %s", follower.name)
await follower.destroy()
await followers[0].destroy()
await kubernetes_cluster.wait_for_idle(status="active", timeout=5 * 60)
await ready_nodes(leader, expected_nodes - 1)

Expand Down

0 comments on commit 84a95a3

Please sign in to comment.