diff --git a/tests/system/Commands/Database/ShowTableInfoTest.php b/tests/system/Commands/Database/ShowTableInfoTest.php index 9b54ff2acf9e..6added514623 100644 --- a/tests/system/Commands/Database/ShowTableInfoTest.php +++ b/tests/system/Commands/Database/ShowTableInfoTest.php @@ -66,7 +66,7 @@ public function testDbTable(): void public function testDbTableShowsDBConfig(): void { - command('db:table'); + command('db:table --show'); $result = $this->getNormalizedResult();