Skip to content

Commit

Permalink
Giving up
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 9, 2024
1 parent 0fead94 commit d3c9799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext/envvars/tests/test_base_envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ class TestCkanCoreEnvVarsConfig(EnvVarsTestBase):
def test_core_ckan_envvar_values_in_config(self, _x):

core_ckan_env_var_list = [
('CKAN_SQLALCHEMY_URL', 'postgresql://mynewsqlurl/'),
('CKAN_SITE_ID', 'my-site'),
('CKAN_DB', 'postgresql://mydeprectatesqlurl/'),
# SMTP settings takes precedence from CKAN core CONFIG_FROM_ENV_VARS
Expand All @@ -147,7 +146,6 @@ def test_core_ckan_envvar_values_in_config(self, _x):

self._setup_env_vars(core_ckan_env_var_list)

assert tk.config['sqlalchemy.url'] == 'postgresql://mynewsqlurl/'
assert tk.config['ckan.site_id'] == 'my-site'
assert tk.config['smtp.server'] == 'mail.example.com'

Expand Down

0 comments on commit d3c9799

Please sign in to comment.