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 deb524a commit 9879eaeCopy full SHA for 9879eae
src/pyff/test/test_md_api.py
@@ -141,7 +141,7 @@ def test_load_and_query(self):
141
assert r.status_code == 200
142
data = r.json()
143
info = data[0]
144
- assert 'https://box-idp.nordu.net/simplesaml/module.php/saml/sp/discoresp.php' in info['discovery_responses']
+ assert 'https://box-idp.nordu.net/simplesaml/module.php/saml/sp/discoResponse' in info['discovery_responses']
145
146
class PyFFAPITestResources(PipeLineTest):
147
"""
0 commit comments