DONE: put hardcoded app_key for testing
Build Docker Image / build-backend (push) Successful in 11s
Build Docker Image / build-frontend (push) Failing after 31s

This commit is contained in:
ISMAIL MASSERAN
2026-06-30 11:17:31 +08:00
parent 81a964a337
commit 6204ec0d70
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertStatus(200);
$response->assertRedirect('/login');
}
}