summaryrefslogtreecommitdiff
path: root/tests/test_82_pefim.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_82_pefim.py')
-rw-r--r--tests/test_82_pefim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_82_pefim.py b/tests/test_82_pefim.py
index abce6f58..ce223f27 100644
--- a/tests/test_82_pefim.py
+++ b/tests/test_82_pefim.py
@@ -39,7 +39,7 @@ print(req)
# Get a certificate from an authn request
-xml = "%s" % req
+xml = f"{req}"
parsed = authn_request_from_string(xml)