Commit c11d8a3
Fix E2E embedding tests to use correct API endpoint
Use /v1/embeddings instead of /embeddings to get correct response format
with 'data' field. The non-v1 endpoint returns a different structure.
Co-Authored-By: Alex Peng <[email protected]>1 parent 34104f8 commit c11d8a3
File tree
2 files changed
+2
-2
lines changed- tools/server/tests/e2e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments