Commit 563aec3
Remove test_authorization_with_existing_meta
The test was attempting to verify that authorization injection
preserves pre-existing _meta fields, but this requires accessing the
protected _send_request method and constructing params with invalid
Pydantic field names, causing three pyright strict errors.
The underlying logic (dict.setdefault + key assignment) is trivial Python
dict behaviour and does not warrant a dedicated test. The remaining two
tests (test_authorization_injected_in_meta and test_no_authorization_by_default)
provide sufficient coverage for the authorization feature.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4bd0350 commit 563aec3
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
509 | 508 | | |
510 | 509 | | |
511 | 510 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | 511 | | |
526 | 512 | | |
527 | 513 | | |
| |||
0 commit comments