Skip to content

Commit

Permalink
Merge pull request #216 from FalkorDB/215-fix-status-pending-throwing…
Browse files Browse the repository at this point in the history
…-error

add elif
  • Loading branch information
dudizimber authored Jan 1, 2025
2 parents dcc96f4 + ccd47c9 commit 2eb417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnistrate_tests/classes/omnistrate_fleet_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def _wait_until_upgrade_ready(
logging.info("Upgrade pending")
time.sleep(10)
logging.info("Waiting for instance to be ready")
if status == "IN_PROGRESS":
elif status == "IN_PROGRESS":
logging.info("Upgrade in progress")
time.sleep(10)
logging.info("Waiting for instance to be ready")
Expand Down

0 comments on commit 2eb417f

Please sign in to comment.