Skip to content

Commit 692bc8e

Browse files
committed
Remove unused code from test_65_authn_query
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent e68a267 commit 692bc8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_65_authn_query.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ def test_flow():
6565

6666
with closing(Server(config_file="idp_all_conf")) as idp:
6767
relay_state = "FOO"
68-
# -- dummy request ---
69-
orig_req = AuthnRequest(
70-
issuer=sp._issuer(),
71-
name_id_policy=NameIDPolicy(allow_create="true",
72-
format=NAMEID_FORMAT_TRANSIENT))
7368

7469
# == Create an AuthnRequest response
7570

0 commit comments

Comments
 (0)