Skip to content

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Jan 17, 2025
1 parent 0dad4b5 commit 513c0a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ async def _wait_for_upgrade_complete():
state, message = unit.agent_status, unit.agent_status_message
if name == CONTROL_PLANE_APP and idx == leader_idx and worker_count > 0:
assert state in ["waiting", "active"], err
assert message in [f"Waiting for {worker_count} Workers to upgrade", "Ready"], err
assert message in [
f"Waiting for {worker_count} Workers to upgrade",
"Ready",
], err
else:
assert "active" == state, err

Expand Down

0 comments on commit 513c0a6

Please sign in to comment.