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

OZG-5323 revert some changes

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