Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: assert the error string when the environment variable is missing
This change fixes a test that returns a false-positive. This occurred because previously the check was for *any* error, not specifically if the required environment variable was missing. This is fixed by checking the error message, rather than naively checking for any error.
- Loading branch information