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