summaryrefslogtreecommitdiff
path: root/src/saml2test/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2test/check.py')
-rw-r--r--src/saml2test/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2test/check.py b/src/saml2test/check.py
index 47ea170c..158397fb 100644
--- a/src/saml2test/check.py
+++ b/src/saml2test/check.py
@@ -164,7 +164,7 @@ class VerifyError(Error):
try:
assert item["error"] in self._kwargs["error"]
except AssertionError:
- self._message = "Wrong type of error, got %s" % item["error"]
+ self._message = f"Wrong type of error, got {item['error']}"
self._status = self.status
return {}