Skip to content

Commit

Permalink
fix: include main topic id in the response
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Jun 10, 2024
1 parent 619024f commit 2bf3972
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ public class AskerDataProviderTest {

@Mock SessionService sessionService;

@Mock SessionMapper sessionMapper;

@Test
public void
retrieveData_Should_ReturnUserDataWithAgency_When_ProvidedWithUserWithAgencyInSession() {
Expand Down Expand Up @@ -121,7 +119,6 @@ public void retrieveData_Should_ReturnUserDataWithAgency_When_ProvidedWithUserWi
@Test
public void retrieveData_Should_ReturnUserDataWithSessions_When_ProvidedWithUserWithSessions() {
givenAnEmailDummySuffixConfig();
ReflectionTestUtils.setField(askerDataProvider, "sessionMapper", new SessionMapper());
when(authenticatedUser.getRoles()).thenReturn(asSet(UserRole.USER.getValue()));
ArrayList<Session> inputSessions =
Lists.newArrayList(
Expand Down

0 comments on commit 2bf3972

Please sign in to comment.