summaryrefslogtreecommitdiff
path: root/tests/test_12_s_utils.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-04-14 14:19:19 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-04-14 14:19:19 +0200
commita6ef115ff77d81bec4e8beb2cbd720d903bb806f (patch)
tree059d990a090ac242845321c42bbce610e025160f /tests/test_12_s_utils.py
parentfca906e9b0b2df455885119c9a9603171874ef4a (diff)
downloadpysaml2-a6ef115ff77d81bec4e8beb2cbd720d903bb806f.tar.gz
Fixed handling of signed and then encrypted response assertions. At the same time added support for dealing with any combination of encrypted/non-encrypted assertions.
Diffstat (limited to 'tests/test_12_s_utils.py')
-rw-r--r--tests/test_12_s_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_12_s_utils.py b/tests/test_12_s_utils.py
index 9d41d691..f4cfdda8 100644
--- a/tests/test_12_s_utils.py
+++ b/tests/test_12_s_utils.py
@@ -151,7 +151,7 @@ def test_audience():
assert aud_restr.audience.text == "urn:foo:bar"
def test_conditions():
- conditions = utils.factory( saml.Conditions,
+ conditions = utils.factory(saml.Conditions,
not_before="2009-10-30T07:58:10.852Z",
not_on_or_after="2009-10-30T08:03:10.852Z",
audience_restriction=[utils.factory(saml.AudienceRestriction,