Skip to content

Commit a9efd08

Browse files
author
Erick Tryzelaar
committed
Fix test_42_enc
1 parent e427b41 commit a9efd08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_42_enc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ def test_enc1():
5555

5656
statement = pre_encrypt_assertion(resp_)
5757

58-
tmpl = "enc_tmpl.xml"
58+
tmpl = full_path("enc_tmpl.xml")
5959
# tmpl_file = open(tmpl, "w")
6060
# tmpl_file.write("%s" % pre_encryption_part())
6161
# tmpl_file.close()
6262

63-
data = "pre_enc.xml"
63+
data = full_path("pre_enc.xml")
6464
# data_file = open(data, "w")
6565
# data_file.write("%s" % statement)
6666
# data_file.close()

0 commit comments

Comments
 (0)