actingAs(User::factory()->superuser()->create()) ->get(route('departments.show', Department::factory()->create()->id)) ->assertOk(); } }