Commit 77eadf7
fix: correct jsonPath matcher syntax in integration tests
Use correct Hamcrest matcher syntax with jsonPath by passing
containsString as second parameter instead of chaining.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 117c0e0 commit 77eadf7
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- metadata-service/src/test/java/com/dbsyncer/metadata/controller
metadata-service/src/test/java/com/dbsyncer/metadata/controller/TaskControllerIntegrationTest.java
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments