tests: test a false attribute in saml metadata

This commit is contained in:
Frédéric Péters 2015-01-06 19:46:51 +01:00
parent 5619e42d94
commit 1738a0b095
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ def test_metadata_generation():
config={
'organization_name': 'foobar',
'saml2_base_url': 'saml2_base_url',
'saml2_base_soap_url': 'saml2_base_soap_url'},
'saml2_base_soap_url': 'saml2_base_soap_url',
'authn-request-signed': False},
provider_id='provider_id_1')
assert meta != None
content = meta.get_saml2_metadata(pkey, '', True, True)