Skip to content

Commit

Permalink
[PAGOPA-2113] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Sep 26, 2024
1 parent a9a8b0f commit d8d2b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import it.gov.pagopa.gen.wispconverter.client.cache.model.ConnectionDto;
import it.gov.pagopa.gen.wispconverter.client.cache.model.StationDto;
import it.gov.pagopa.wispconverter.controller.ReceiptController;
import it.gov.pagopa.wispconverter.controller.model.RecoveryProxyReceiptRequest;
import it.gov.pagopa.wispconverter.controller.model.RecoveryProxyReceiptResponse;
import it.gov.pagopa.wispconverter.controller.model.RecoveryReceiptPaymentResponse;
Expand All @@ -11,8 +10,6 @@
import it.gov.pagopa.wispconverter.exception.AppException;
import it.gov.pagopa.wispconverter.repository.*;
import it.gov.pagopa.wispconverter.repository.model.RPTRequestEntity;
import it.gov.pagopa.wispconverter.repository.RTRepository;
import it.gov.pagopa.wispconverter.repository.ReEventRepository;
import it.gov.pagopa.wispconverter.repository.model.RTEntity;
import it.gov.pagopa.wispconverter.repository.model.RTRequestEntity;
import it.gov.pagopa.wispconverter.repository.model.ReEventEntity;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class ReceiptTest {
@MockBean
private CacheRepository cacheRepository;
@MockBean
RtReceiptCosmosService rtReceiptCosmosService;
@MockBean
RecoveryService recoveryService;

private String getPaSendRTPayload() {
Expand Down

0 comments on commit d8d2b34

Please sign in to comment.