馃摎 Context
The component's main logic was previously validated using a mocked version of the repository at #479. With the database functionality implemented after #480, we should write more tests in an environment closer to the real one to increase our confidence in the code.
鉁旓笍 Solution
Add integration tests between the Claim Publisher and the repository, using the testcontainers library to create a test database in a Docker container.
馃搱 Subtasks
馃摎 Context
The component's main logic was previously validated using a mocked version of the
repositoryat #479. With the database functionality implemented after #480, we should write more tests in an environment closer to the real one to increase our confidence in the code.鉁旓笍 Solution
Add integration tests between the Claim Publisher and the repository, using the
testcontainerslibrary to create a test database in a Docker container.馃搱 Subtasks