Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/upstream/json-specs/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@
"description": "DecodedBodySize holds the size of the decoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"encoded_body_size": {
"description": "EncodedBodySize holds the size of the encoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"finished": {
Expand Down Expand Up @@ -410,7 +410,7 @@
"description": "TransferSize holds the total size of the payload.",
"type": [
"null",
"number"
"integer"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions tests/upstream/json-specs/span.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@
"description": "DecodedBodySize holds the size of the decoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"encoded_body_size": {
"description": "EncodedBodySize holds the size of the encoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"headers": {
Expand Down Expand Up @@ -233,7 +233,7 @@
"description": "TransferSize holds the total size of the payload.",
"type": [
"null",
"number"
"integer"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions tests/upstream/json-specs/transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@
"description": "DecodedBodySize holds the size of the decoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"encoded_body_size": {
"description": "EncodedBodySize holds the size of the encoded payload.",
"type": [
"null",
"number"
"integer"
]
},
"finished": {
Expand Down Expand Up @@ -409,7 +409,7 @@
"description": "TransferSize holds the total size of the payload.",
"type": [
"null",
"number"
"integer"
]
}
}
Expand Down