Fix tests, added gh action nuxt step

This commit is contained in:
Julien Nahum
2024-01-14 20:52:14 +01:00
parent 675b88f75a
commit 80962678c1
10 changed files with 66 additions and 21 deletions

View File

@@ -161,7 +161,7 @@ trait TestHelpers
$user = $this->createUser();
}
$this->postJson('/api/login', [
$this->postJson('/login', [
'email' => $user->email,
'password' => 'password',
])->assertSuccessful();