From 78ca784826ddc99ead997683fd8bc9afa9a65e21 Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Thu, 20 Feb 2025 21:50:52 +0000 Subject: [PATCH] test: ocsp: fix output file name in script --- tests/api/create_ocsp_test_blobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/create_ocsp_test_blobs.py b/tests/api/create_ocsp_test_blobs.py index 435d625cb..a887efe42 100644 --- a/tests/api/create_ocsp_test_blobs.py +++ b/tests/api/create_ocsp_test_blobs.py @@ -401,7 +401,7 @@ if __name__ == '__main__': }, ] - with open('./tests/api/ocsp_test_blobs.h', 'w') as f: + with open('./tests/api/test_ocsp_test_blobs.h', 'w') as f: f.write( """/* * This file is generated automatically by running ./tests/api/create_ocsp_test_blobs.py.