Commit e1a04aa
fix: handle nullable tag in smoke listEndpointsTest
The endpoint is created without a tag, so getTag() returns null on
listed endpoints. Use anyOf(nullValue(), instanceOf(String.class))
instead of a strict instanceOf check.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8882a81 commit e1a04aa
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | | - | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments