test: ocsp: fix output file name in script

pull/8498/head
Marco Oliverio 2025-02-20 21:50:52 +00:00
parent c24b7d1041
commit 78ca784826
1 changed files with 1 additions and 1 deletions

View File

@ -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.