Skip to content

Commit 8a06324

Browse files
committed
Remove user-agent header
1 parent 8bd9c3d commit 8a06324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

json-schema-validator/src/jvmTest/kotlin/io/github/optimumcode/json/schema/JsonSchemaStreamTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class JsonSchemaStreamTest : FunSpec() {
2727
HttpRequest.newBuilder(URI.create("https://json-schema.org/draft-07/schema#"))
2828
.GET()
2929
.timeout(Duration.ofSeconds(10))
30-
.header("User-Agent", "Mozilla/5.0")
3130
.build(),
3231
BodyHandlers.ofByteArray(),
3332
)

0 commit comments

Comments
 (0)