Skip to content

Commit

Permalink
HDX-9521 - Disable Google DLP
Browse files Browse the repository at this point in the history
- fix failing test
  • Loading branch information
aalecs committed Feb 9, 2024
1 parent 28652be commit 7309389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext-hdx_search/ckanext/hdx_search/actions/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import ckan.lib.munge as munge
import ckan.model as model
import ckan.plugins.toolkit as tk
import ckanext.hdx_search.helpers.qa_data as qa_data

log = logging.getLogger(__name__)

Expand Down Expand Up @@ -61,4 +60,3 @@ def hdx_get_package_showcase_id_list(context, data_dict):
# get a list of showcase ids associated with the package id
showcase_id_list = ShowcasePackageAssociation.get_showcase_ids_for_package(validated_data_dict['package_id'])
return showcase_id_list

0 comments on commit 7309389

Please sign in to comment.