Skip to content

Commit a221883

Browse files
author
thepirat000
committed
fix unit test
1 parent 4f293d5 commit a221883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Audit.Grpc.Server.UnitTest/GrpcServerInterceptorWebAppFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected override void ConfigureWebHost(IWebHostBuilder builder)
3131
.AuditDataProvider(DataProvider)
3232
.IncludeRequestHeaders()
3333
.IncludeRequestPayload()
34-
.IncludeResponsePayload(ctx => ctx.GetServerCallAction().MethodType == "Unary")
34+
.IncludeResponsePayload()
3535
.IncludeTrailers()
3636
));
3737

0 commit comments

Comments
 (0)