We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9c3d commit 8a06324Copy full SHA for 8a06324
json-schema-validator/src/jvmTest/kotlin/io/github/optimumcode/json/schema/JsonSchemaStreamTest.kt
@@ -27,7 +27,6 @@ class JsonSchemaStreamTest : FunSpec() {
27
HttpRequest.newBuilder(URI.create("https://json-schema.org/draft-07/schema#"))
28
.GET()
29
.timeout(Duration.ofSeconds(10))
30
- .header("User-Agent", "Mozilla/5.0")
31
.build(),
32
BodyHandlers.ofByteArray(),
33
)
0 commit comments