docs/03-dev-howtos/15-updating-test-database.md
In order to run integration tests without requiring a network connection, frontend creates a local database of external HTTP requests which is used in place of a regular network client when running tests
If you are making or updating an external HTTP request (such as a CAPI query) in your test, for example where you are using the TestRequest object, you will need to:
data/database/014ed94831df96eeb792a6c22eda60432bb346c77dc6899328c6447faba6246ctest-quick.devOverrides as they may interfere with the config expected by the tests.Data file has not been checked in,
check you have committed files in the /data/database folder.