Skip to content

Commit 5f3ea02

Browse files
committed
fix for CKAN 2.10
1 parent c135bbf commit 5f3ea02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ckanext/saml2auth/tests/test_interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def after_saml2_login(self, resp, saml_attributes):
7676
return resp
7777

7878

79-
@pytest.mark.usefixtures(u'clean_db')
79+
@pytest.mark.ckan_config(u'ckan.plugins', u'test_saml2auth')
80+
@pytest.mark.usefixtures(u'clean_db', u'with_plugins')
8081
@pytest.mark.ckan_config(u'ckanext.saml2auth.entity_id', u'urn:gov:gsa:SAML:2.0.profiles:sp:sso:test:entity')
8182
@pytest.mark.ckan_config(u'ckanext.saml2auth.idp_metadata.location', u'local')
8283
@pytest.mark.ckan_config(u'ckanext.saml2auth.idp_metadata.local_path', os.path.join(extras_folder, 'provider0', 'idp.xml'))

0 commit comments

Comments
 (0)