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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_42_enc.py b/tests/test_42_enc.py
index c29eca1e..1041a19f 100644
--- a/tests/test_42_enc.py
+++ b/tests/test_42_enc.py
@@ -25,7 +25,7 @@ AUTHN = {
def test_pre_enc():
- tmpl = pre_encryption_part()
+ tmpl = pre_encryption_part(encrypted_key_id="EK", encrypted_data_id="ED")
print(tmpl)
assert "%s" % tmpl in (TMPL_NO_HEADER, TMPL)