From 55ff1f33182c150ca71c44a11ac656f69214e0ba Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 21 Feb 2020 11:27:44 +0300 Subject: [PATCH] Forgotten debug file writing --- pygost/test_x509.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygost/test_x509.py b/pygost/test_x509.py index 5e6c74d..ce7f3ff 100644 --- a/pygost/test_x509.py +++ b/pygost/test_x509.py @@ -275,7 +275,6 @@ class TestRFC4491bis(TestCase): ("signatureAlgorithm", ai_sign), ("signatureValue", BitString(sign)), )) - open("/tmp/1", "wb").write(cert.encode()) self.assertSequenceEqual(cert.encode(), b64decode(c_b64)) # CRL -- 2.48.1