Commit aeb228b
committed
test(inference_async): drop tuple-rejection assertion from async embed validation
## Purpose
Tuples are actually valid embed inputs — the SDK's normalize_embed_inputs()
accepts them. The assertion that tuples should raise PineconeTypeError was
incorrect and caused the async integration test to fail against the real
backend (CI run 25460969544, job 74702736671) with a 400 INVALID_ARGUMENT
response instead of the expected client-side error.
## Solution
Deleted the three-line tuple block from test_embed_inputs_validation_rest_async
in tests/integration/test_inference_async.py. Mirrors the fix applied to the
sync sibling in CI-0054.1 parent 3a598ec commit aeb228b
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | 435 | | |
440 | 436 | | |
441 | 437 | | |
| |||
0 commit comments