Skip to content

Commit

Permalink
extract_status() do not work if --details flag is used
Browse files Browse the repository at this point in the history
  • Loading branch information
patapenka-alexey committed Jan 8, 2025
1 parent 38c91ec commit 48559b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/running/test_running_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def wait_cluster_started(tt_cmd, workdir, app_name, instances, inst_conf):
assert wait_files(5, files)

def are_all_box_statuses_running():
status_cmd = [tt_cmd, "status", app_name, "--details"]
status_cmd = [tt_cmd, "status", app_name]
status_rc, status_out = run_command_and_get_output(status_cmd, cwd=workdir)
assert status_rc == 0
status_info = extract_status(status_out)
Expand Down

0 comments on commit 48559b6

Please sign in to comment.