diff --git a/ckanext/odsh/tests_wip/test_env.py b/ckanext/odsh/tests_wip/test_env.py index a17ddffa308ce409a37210bf66067647cee7e5f4..4c894514bd453434745b23dd1022205821afe77d 100644 --- a/ckanext/odsh/tests_wip/test_env.py +++ b/ckanext/odsh/tests_wip/test_env.py @@ -89,8 +89,8 @@ class TestEnv: checkConfig('ckanext.dcat.rdf.profiles', 'odsheuro_dcat_ap odshdcatap_de') # checkConfigDir('cache_dir') - checkConfig('beaker.session.key', expected='ckan') - checkConfig('beaker.session.secret') + checkConfig('SESSION_COOKIE_NAME', expected='ckan') + checkConfig('SECRET_KEY') # who.config_file = %(here)s/who.ini # who.log_file = %(cache_dir)s/who_log.ini