Flask unit test failing due to FileNotFoundError for private key file
I’m trying to run unit tests on a Flask application that utilizes public and private keys for JWT token generation. However, when running my unit tests, I’m getting a FileNotFoundError indicating that the private key file cannot be found.