Skip to content

Commit

Permalink
[SELC-4805] refactor: remove UserController, TokenController, Exchang…
Browse files Browse the repository at this point in the history
…eTokenService and related methods (#432)
  • Loading branch information
giulia-tremolada authored May 9, 2024
1 parent 2927c64 commit cfec4bd
Show file tree
Hide file tree
Showing 16 changed files with 158 additions and 3,080 deletions.
934 changes: 139 additions & 795 deletions app/src/main/resources/swagger/api-docs.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import it.pagopa.selfcare.dashboard.core.*;
import it.pagopa.selfcare.dashboard.web.model.mapper.*;
import it.pagopa.selfcare.dashboard.web.security.ExchangeTokenService;
import it.pagopa.selfcare.dashboard.web.security.ExchangeTokenServiceV2;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -50,15 +49,9 @@ class SwaggerConfigTest {
@MockBean
private ExchangeTokenServiceV2 exchangeTokenServiceV2Mock;

@MockBean
private ExchangeTokenService exchangeTokenServiceMock;

@MockBean
private ProductService productServiceMock;

@MockBean
private UserService userServiceMock;

@MockBean
private UserV2Service userServiceV2Mock;

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit cfec4bd

Please sign in to comment.