Skip to content

Commit

Permalink
Merge branch 'ckan-211' of github.com:ckan/ckanext-envvars into ckan-211
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 6, 2024
2 parents dd79042 + 057ecb6 commit 66d569e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/envvars/tests/test_base_envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ def test_core_ckan_envvar_values_in_config(self, datastore_configure):

self._teardown_env_vars(core_ckan_env_var_list)

@pytest.mark.skipif(tk.check_ckan_version(min_version='2.11'), reason="This does not apply to CKAN>=2.11")
@pytest.mark.skipif(tk.check_ckan_version(min_version='2.10'), reason="This does not apply to CKAN>=2.10")
@mock.patch('ckanext.datastore.plugin.DatastorePlugin.configure')
def test_core_ckan_envvar_values_in_config_take_precedence(self, datastore_configure):
'''Core CKAN env var transformations take precedence over this
extension in CKAN<2.11
extension in CKAN<2.10
See https://github.com/ckan/ckan/pull/7502#issuecomment-1499049307
'''
Expand Down

0 comments on commit 66d569e

Please sign in to comment.