Commit 4fba9d4
Fix integration tests for non-Optional fields
Update tests to handle fields that are now non-Optional after adding
required field arrays to the OpenAPI schema overrides:
- TeamsTest: team.getId() now returns String directly
- SegmentsTest: segment.getId() now returns String directly
- ConversationsTest: conversationPart.getId() now returns String directly
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0648c91 commit 4fba9d4
File tree
3 files changed
+3
-5
lines changed- src/test/java/com/intercom/api/integration
3 files changed
+3
-5
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
322 | | - | |
| 321 | + | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments