Fix Whisper healthcheck and root redirect test.

This commit is contained in:
ben
2026-08-12 14:42:30 +02:00
parent e0400aadef
commit eb0f019025
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -12,8 +12,7 @@ class ExampleTest extends TestCase
*/
public function test_the_application_returns_a_successful_response(): void
{
$response = $this->get('/');
$response->assertStatus(200);
$this->get('/')
->assertRedirect('/recordings');
}
}