add service
Some checks failed
Deploy Smart Search Backend Test / deploy (push) Failing after 14m2s

This commit is contained in:
vallyenfail
2026-01-20 13:47:40 +03:00
parent f834967768
commit f2574a8838
6 changed files with 135 additions and 44 deletions

View File

@@ -209,6 +209,6 @@ func (s *IntegrationSuite) TestOwnership_GetMailingListByID_OwnRequest_Success()
resp, err := s.requestClient.GetMailingListByID(ctx, getMailingByIDReq)
s.NoError(err)
s.NotNil(resp)
s.NotNil(resp.Item)
s.Equal(requestID, resp.Item.RequestId)
s.NotNil(resp.Detail)
s.Equal(requestID, resp.Detail.RequestId)
}