Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn225 authored Jan 23, 2025
1 parent 4b2cd8a commit 591d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-http/jvm/src/test/scala/zio/http/ConformanceSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ object ConformanceSpec extends ZIOSpecDefault {
} yield assertTrue(
response.status == Status.Unauthorized,
)
}@@ ignore,
} @@ ignore,
test(
"should include Proxy-Authenticate header for 407 Proxy Authentication Required response(code_407_proxy_authenticate)",
) {
Expand Down

0 comments on commit 591d7e5

Please sign in to comment.