Skip to content

Commit

Permalink
Unify run_id header in outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Jan 11, 2024
1 parent ce80d95 commit dbe38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Commands/CreateRunCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function execute( InputInterface $input, OutputInterface $output ) {
$table
->setHorizontal()
->setStyle( 'compact' )
->setHeaders( [ 'Test ID', 'Result URL' ] );
->setHeaders( [ 'Run Id', 'Result URL' ] );
$table->addRow( [ $response['run_id'], $response['test_results_manager_url'] ] );
$table->render();
$output->writeln( '' );
Expand Down

0 comments on commit dbe38d9

Please sign in to comment.