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

prj42 fix itcase

parent c85f5771
Branches
Tags
No related merge requests found
......@@ -64,9 +64,7 @@ import de.itvsh.ozg.pluto.files.FileService;
import de.itvsh.ozg.pluto.files.OzgFile;
import io.grpc.stub.StreamObserver;
@SpringBootTest(
classes = { PlutoServerApplication.class, OsiPostfachProperties.class },
properties = {
@SpringBootTest(classes = { PlutoServerApplication.class, OsiPostfachProperties.class }, properties = {
"kop.osi.postfach.proxyapi.url=http://localhost/ApiProxy/V1/Message",
"kop.osi.postfach.proxyapi.key=1234",
"kop.osi.postfach.proxyapi.realm=test-realm",
......@@ -212,7 +210,7 @@ class PostfachMailITCase {
}
private GrpcSendPostfachMailRequest buildSendPostfachMailRequestWithoutAttachments() {
var grpcPostfachMail = GrpcPostfachMailTestFactory.createBuilder().clearAttachment().clearCreatedAt().clearDirection().build();
var grpcPostfachMail = GrpcPostfachMailTestFactory.createBuilder().clearId().clearAttachment().clearCreatedAt().clearDirection().build();
return GrpcSendPostfachMailRequestTestFactory.createBuilder().setMail(grpcPostfachMail).build();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment