summaryrefslogtreecommitdiff
path: root/tests/test_42_enc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_42_enc.py')
-rw-r--r--tests/test_42_enc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_42_enc.py b/tests/test_42_enc.py
index d8e38f95..d5c348f1 100644
--- a/tests/test_42_enc.py
+++ b/tests/test_42_enc.py
@@ -73,7 +73,8 @@ def test_enc1():
crypto = CryptoBackendXmlSec1(xmlsec_path)
(_stdout, _stderr, output) = crypto._run_xmlsec(
- com_list, [tmpl], exception=EncryptError, validate_output=False)
+ com_list, [tmpl], validate_output=False
+ )
print(output)
assert _stderr == ""