create(); Sanctum::actingAs($user); $response = $this->get('/auth/user/'); $response->assertStatus(200); } }