Skip to content

Commit

Permalink
fix sendorgadminemailcsv test
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Jan 21, 2025
1 parent dd8b9e8 commit 485faf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class OrganizationServiceTest extends BaseServiceTest<OrganizationService> {
@Autowired @SpyBean private ProviderRepository providerRepository;
@Autowired ApiUserRepository _apiUserRepo;
@Autowired private DemoUserConfiguration userConfiguration;
@Autowired @SpyBean private EmailService emailService;
@Autowired @MockBean private EmailService emailService;
@Autowired @SpyBean private DbAuthorizationService dbAuthorizationService;
@Autowired @MockBean private FeatureFlagsConfig featureFlagsConfig;

Expand Down

0 comments on commit 485faf1

Please sign in to comment.