As a new junior, remote, part-time hire, I got frustrated that my test suite wasn't passing on my laptop. So I checked out the codebase on a production server and ran my tests there.
The test suite initialized by truncating all tables and loading fixtures instead.
The test suite initialized by truncating all tables and loading fixtures instead.
Using production database credentials.
Oops.