feat(java): Respect content-type header from IR v53 #9310
Annotations
3 errors and 1 warning
Run ETE tests:
packages/cli/ete-tests/src/tests/update-api/update-api.test.ts#L23
Error: Snapshot `fern api update > fern api update 1` mismatched
- Expected
+ Received
@@ -1215,20 +1215,20 @@
},
"origin": {
"type": "string",
"description": "The starting station of the trip",
"examples": [
- "Berlin Hauptbahnhof",
- "Paris Gare du Nord"
+ "efdbb9d1-02c2-4bc3-afb7-6788d8782b1e",
+ "b2e783e1-c824-4d63-b37a-d8d698862f1d"
]
},
"destination": {
"type": "string",
"description": "The destination station of the trip",
"examples": [
- "Paris Gare du Nord",
- "Berlin Hauptbahnhof"
+ "b2e783e1-c824-4d63-b37a-d8d698862f1d",
+ "efdbb9d1-02c2-4bc3-afb7-6788d8782b1e"
]
},
"departure_time": {
"type": "string",
"format": "date-time",
❯ src/tests/update-api/update-api.test.ts:23:67
|
Run ETE tests:
packages/cli/ete-tests/src/tests/update-api-v2/update-api.test.ts#L23
Error: Snapshot `fern api update unioned > fern api update unioned 1` mismatched
- Expected
+ Received
@@ -1215,20 +1215,20 @@
},
"origin": {
"type": "string",
"description": "The starting station of the trip",
"examples": [
- "Berlin Hauptbahnhof",
- "Paris Gare du Nord"
+ "efdbb9d1-02c2-4bc3-afb7-6788d8782b1e",
+ "b2e783e1-c824-4d63-b37a-d8d698862f1d"
]
},
"destination": {
"type": "string",
"description": "The destination station of the trip",
"examples": [
- "Paris Gare du Nord",
- "Berlin Hauptbahnhof"
+ "b2e783e1-c824-4d63-b37a-d8d698862f1d",
+ "efdbb9d1-02c2-4bc3-afb7-6788d8782b1e"
]
},
"departure_time": {
"type": "string",
"format": "date-time",
❯ src/tests/update-api-v2/update-api.test.ts:23:67
|
Run ETE tests
Process completed with exit code 1.
|
Post Checkout repo
The process '/usr/bin/git' failed with exit code 128
|
Loading