CC#•Created by jorgedotnet on 4/16/2025 in #help [SOLVED] Integration Tests | .Net Core WebApi | Fails seeds data when overriding a service in a test
It was solved. My mistake has been putting the stringConnection inside OnConfiguring() method in the DbContext. , I've changed that to utilize dependency injection.