INFRA-3437 : UT failure fix (#430)
* INFRA-3437 : Compilation error fix * INFRA-3437 : UT failure fix
This commit is contained in:
@@ -374,6 +374,8 @@ func (suite *IncidentServiceSuite) Test_UpdateIncident_ChannelRenameError() {
|
||||
|
||||
suite.slackService.SetTopicOfConversationByChannelIdMock.Return(errors.New("Could not set topic of conversation"))
|
||||
|
||||
suite.userRepository.FindHoustonUserBySlackUserIdMock.Return(GetMockHoustonUser(), nil)
|
||||
|
||||
_, err := suite.incidentService.UpdateIncident(
|
||||
service.UpdateIncidentRequest{
|
||||
Id: suite.mockIncidentId,
|
||||
|
||||
Reference in New Issue
Block a user