Commit 52abcad
Fix test failure: Use correct entity name in schema assertions
- Changed schema key from "books_NoAutoPK" to "book_NoAutoPK" to match entity name in config
- Entity is named "book" (line 201), not "books" (which is the table name)
- Schemas are named after entity name, not source table name
- Added assertion for "book_NoPK" schema as well for completeness
- Fixes RequestBodySchemas_OnlyGeneratedForMutationOperations test failure
Co-authored-by: Aniruddh25 <[email protected]>1 parent 496b65d commit 52abcad
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
181 | | - | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | | - | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
0 commit comments