diff --git a/tests/phpunit/src/Commands/App/LogTailCommandTest.php b/tests/phpunit/src/Commands/App/LogTailCommandTest.php index d5427160f..1d2b9e9c6 100644 --- a/tests/phpunit/src/Commands/App/LogTailCommandTest.php +++ b/tests/phpunit/src/Commands/App/LogTailCommandTest.php @@ -73,7 +73,7 @@ public function testLogTailCommand(?int $stream): void // Would you like to link the project at ... ? 'y', // Select environment. - 0, + 2, // Select log. $stream, ]);