We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95adf commit d89992cCopy full SHA for d89992c
tests/test_41_response.py
@@ -2,8 +2,6 @@
2
# -*- coding: utf-8 -*-
3
4
from contextlib import closing
5
-from saml2.attribute_converter import to_local
6
-from saml2.samlp import response_from_string
7
8
from saml2 import config
9
from saml2.authn_context import INTERNETPROTOCOLPASSWORD
@@ -115,7 +113,7 @@ def test_false_sign(self):
115
113
assert False
116
114
117
def test_other_response(self):
118
- xml_response = open("attribute_response.xml").read()
+ xml_response = open(full_path("attribute_response.xml")).read()
119
resp = response_factory(
120
xml_response, self.conf,
121
return_addrs=['https://myreviewroom.com/saml2/acs/'],
0 commit comments