From 7190a6fdbea6363fc9ad053d45ab99b16121f179 Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Thu, 12 Oct 2023 07:43:46 -0700 Subject: [PATCH] revert --- zio-http/src/test/scala/zio/http/endpoint/RoundtripSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zio-http/src/test/scala/zio/http/endpoint/RoundtripSpec.scala b/zio-http/src/test/scala/zio/http/endpoint/RoundtripSpec.scala index eff5ce37ab..5e0e140a6a 100644 --- a/zio-http/src/test/scala/zio/http/endpoint/RoundtripSpec.scala +++ b/zio-http/src/test/scala/zio/http/endpoint/RoundtripSpec.scala @@ -460,7 +460,7 @@ object RoundtripSpec extends ZIOHttpSpec { s"name: xyz, value: 100, count: ${1024 * 1024}", ) } - }, + } @@ ifEnvNotSet("CI"), ).provide( Server.live, ZLayer.succeed(Server.Config.default.onAnyOpenPort.enableRequestStreaming),