File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
perf-tests/src/main/scala/sttp/tapir/perf/play
server/play29-server/src/test/scala/sttp/tapir/server/play Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ object Tapir extends Endpoints {
78
78
(actorSystem : ActorSystem ) => {
79
79
implicit val actorSystemForMaterializer : ActorSystem = actorSystem
80
80
implicit val ec : ExecutionContext = actorSystem.dispatcher
81
- val serverOptions = buildOptions(PlayServerInterpreter , withServerLog)
81
+ val serverOptions = buildOptions(PlayServerOptions .customiseInterceptors() , withServerLog)
82
82
PlayServerInterpreter (serverOptions).toRoutes(
83
83
genEndpointsFuture(nRoutes)
84
84
)
Original file line number Diff line number Diff line change @@ -103,9 +103,6 @@ class PlayServerTest extends TestSuite {
103
103
def drainAkka (stream : AkkaStreams .BinaryStream ): Future [Unit ] =
104
104
stream.runWith(Sink .ignore).map(_ => ())
105
105
106
- PlayServerOptions .customiseInterceptors().serverLog(PlayServerOptions .defaultServerLog.logWhenReceived(true )
107
- .logAllDecodeFailures(true )).options
108
-
109
106
new ServerBasicTests (
110
107
createServerTest,
111
108
interpreter,
You can’t perform that action at this time.
0 commit comments