Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests to adapt to changed default for want_response_signed in pys…
…aml2 4.5.0
  • Loading branch information
knaperek committed Feb 22, 2018
commit 92964aef68fcdf7cb7ac18f3e19be5fe22a512d5
1 change: 1 addition & 0 deletions djangosaml2/tests/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def create_conf(sp_host='sp.example.com', idp_hosts=['idp.example.com'],
},
'required_attributes': ['uid'],
'optional_attributes': ['eduPersonAffiliation'],
'want_response_signed': False,
'idp': {} # this is filled later
},
},
Expand Down