You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible solution is to use docker-compose to create a temporary neo4j database inside docker. This way we wouldn't have to mock all the database calls. We would still need to mock UBKG and calls to other microservices, but it would cut down on the number of mocks.
This would apply to
ingest-api
as well. The json files with the test configurations have become cumbersome to update when new features are added.The text was updated successfully, but these errors were encountered: