Skip to content

Commit

Permalink
missing bean
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCatchpole committed Feb 7, 2025
1 parent 85b567c commit 54868b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import uk.gov.hmcts.reform.fpl.model.Representative;
import uk.gov.hmcts.reform.fpl.model.Respondent;
import uk.gov.hmcts.reform.fpl.model.RespondentParty;
import uk.gov.hmcts.reform.fpl.service.CaseRoleLookupService;
import uk.gov.hmcts.reform.fpl.service.CaseService;
import uk.gov.hmcts.reform.fpl.service.CaseUrlService;
import uk.gov.hmcts.reform.fpl.service.OrganisationService;
Expand Down Expand Up @@ -41,7 +42,7 @@
})
@MockBeans({
@MockBean(CaseService.class), @MockBean(OrganisationService.class), @MockBean(RepresentativeCaseRoleService.class),
@MockBean(ValidateEmailService.class)
@MockBean(ValidateEmailService.class), @MockBean(CaseRoleLookupService.class)
})
class PartyAddedToCaseEventHandlerEmailTemplateTest extends EmailTemplateTest {
private static final String RESPONDENT_LAST_NAME = "Perturabo";
Expand Down

0 comments on commit 54868b2

Please sign in to comment.