Skip to content
Snippets Groups Projects
Commit ddac89d8 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5323 revert some changes

parent 8e8e19c0
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ import de.ozgcloud.command.Command; ...@@ -20,7 +20,6 @@ import de.ozgcloud.command.Command;
import de.ozgcloud.command.CommandCreatedEventTestFactory; import de.ozgcloud.command.CommandCreatedEventTestFactory;
import de.ozgcloud.command.CommandTestFactory; import de.ozgcloud.command.CommandTestFactory;
import de.ozgcloud.common.test.ITCase; import de.ozgcloud.common.test.ITCase;
import de.ozgcloud.vorgang.vorgangAttachedItem.VorgangAttachedItemServiceGrpc.VorgangAttachedItemServiceBlockingStub;
@ITCase @ITCase
class BescheidEventListenerITCase { class BescheidEventListenerITCase {
...@@ -38,8 +37,6 @@ class BescheidEventListenerITCase { ...@@ -38,8 +37,6 @@ class BescheidEventListenerITCase {
private CommandMapper commandMapper; private CommandMapper commandMapper;
@MockBean @MockBean
private AttachedItemService attachedItemService; private AttachedItemService attachedItemService;
@MockBean
private VorgangAttachedItemServiceBlockingStub serviceStub;
@Mock @Mock
private UserProfile userProfile; private UserProfile userProfile;
......
...@@ -13,7 +13,6 @@ import de.ozgcloud.apilib.common.command.OzgCloudCommandService; ...@@ -13,7 +13,6 @@ import de.ozgcloud.apilib.common.command.OzgCloudCommandService;
import de.ozgcloud.apilib.common.command.grpc.CommandMapper; import de.ozgcloud.apilib.common.command.grpc.CommandMapper;
import de.ozgcloud.bescheid.BescheidTestFactory; import de.ozgcloud.bescheid.BescheidTestFactory;
import de.ozgcloud.common.test.ITCase; import de.ozgcloud.common.test.ITCase;
import de.ozgcloud.vorgang.vorgangAttachedItem.VorgangAttachedItemServiceGrpc.VorgangAttachedItemServiceBlockingStub;
@ITCase @ITCase
class NachrichtServiceITCase { class NachrichtServiceITCase {
...@@ -24,8 +23,6 @@ class NachrichtServiceITCase { ...@@ -24,8 +23,6 @@ class NachrichtServiceITCase {
private OzgCloudCommandService commandService; private OzgCloudCommandService commandService;
@MockBean @MockBean
private CommandMapper commandMapper; private CommandMapper commandMapper;
@MockBean
private VorgangAttachedItemServiceBlockingStub serviceStub;
@Nested @Nested
class TestBuildMessage { class TestBuildMessage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment