test: ocsp: fix output file name in script

This commit is contained in:
Marco Oliverio
2025-02-20 21:50:52 +00:00
parent c24b7d1041
commit 78ca784826

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.