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 04882bb commit 34714d9Copy full SHA for 34714d9
json-schema-validator/src/jvmTest/kotlin/io/github/optimumcode/json/schema/JsonSchemaStreamTest.kt
@@ -26,6 +26,7 @@ class JsonSchemaStreamTest : FunSpec() {
26
HttpRequest.newBuilder(URI.create("https://json-schema.org/draft-07/schema#"))
27
.GET()
28
.timeout(Duration.ofSeconds(10))
29
+ .header("User-Agent", "Mozilla/5.0")
30
.build(),
31
BodyHandlers.ofInputStream(),
32
)
0 commit comments