summaryrefslogtreecommitdiff
path: root/tests/test_64_artifact.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_64_artifact.py')
-rw-r--r--tests/test_64_artifact.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_64_artifact.py b/tests/test_64_artifact.py
index 2398d70b..25a19184 100644
--- a/tests/test_64_artifact.py
+++ b/tests/test_64_artifact.py
@@ -176,7 +176,7 @@ def test_artifact_flow():
},
name_id=name_id,
authn=AUTHN,
- **resp_args
+ **resp_args,
)
print(response)
@@ -189,7 +189,7 @@ def test_artifact_flow():
"single_sign_on_service", [BINDING_HTTP_ARTIFACT], entity_id=idp.config.entityid
)
- hinfo = sp.apply_binding(binding, "%s" % artifact, destination, relay_state, response=True)
+ hinfo = sp.apply_binding(binding, f"{artifact}", destination, relay_state, response=True)
# ========== SP =========