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

OZG-6162 fix itcases

parent 04e23380
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ import org.springframework.security.authentication.AuthenticationTrustResolverIm
import de.ozgcloud.apilib.common.command.grpc.CommandMapper;
import de.ozgcloud.apilib.common.command.grpc.CommandMapperImpl;
import de.ozgcloud.apilib.file.OzgCloudFileService;
import de.ozgcloud.apilib.user.UserProfileMapper;
import de.ozgcloud.apilib.vorgang.grpc.OzgCloudVorgangMapper;
import de.ozgcloud.apilib.vorgang.grpc.OzgCloudVorgangQueryMapper;
import de.ozgcloud.apilib.vorgang.grpc.OzgCloudVorgangStubMapper;
......@@ -56,6 +57,8 @@ public class CollaborationTestApplication {
private CollaborationManagerCallContextProvider contextProvider;
@MockBean
private OzgCloudFileService ozgCloudFileService;
@MockBean
private UserProfileMapper userProfileMapper;
public static void main(String[] args) {
TimeZone.setDefault(TimeZone.getTimeZone("UTC"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment