Closed adi-kiran closed 11 months ago
Identified the issue. Mongo was not being mocked in the tests and the test_app was expecting an actual mongo connection.
Fix involved starting mongo for the action so it has an actual connection and can run the tests easily.
Working now
Identify why the pytest github action is failing and fix it