I successfull test sanctum with my jetstream personal access token.
I can't use the nova-api, because I get an unauthorized
public function test_main_resources(): void
{
$response = $this->withHeaders([
'Authorization' => env('API_TOKEN'),
])->get(env('APP_URL') . '/nova-api/search');
$response->assertStatus(200);
}
APP_URL=http://127.0.0.1:8000
Token is authorized and stands in peronsal access tokens table