Skip to content

Commit 9879eae

Browse files
Never use live data in tests! will fix later..
1 parent deb524a commit 9879eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/test/test_md_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_load_and_query(self):
141141
assert r.status_code == 200
142142
data = r.json()
143143
info = data[0]
144-
assert 'https://box-idp.nordu.net/simplesaml/module.php/saml/sp/discoresp.php' in info['discovery_responses']
144+
assert 'https://box-idp.nordu.net/simplesaml/module.php/saml/sp/discoResponse' in info['discovery_responses']
145145

146146
class PyFFAPITestResources(PipeLineTest):
147147
"""

0 commit comments

Comments
 (0)