File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
- Guards : overview/guards.md
69
69
- Custom Decorators : overview/custom_decorators.md
70
70
- Module Router : overview/module-router.md
71
+ - Execution Context : basics/execution-context.md
71
72
- Configuration : configurations.md
72
73
- How-to Guides :
73
74
- Input Parsing : parsing-inputs/index.md
88
89
- Caching : caching.md
89
90
- Rate Limiting : throttling.md
90
91
# - Injection Scopes: basics/injection-scope.md
91
- - Execution Context : basics/execution-context.md
92
92
# - Events: basics/events.md
93
93
- Commands :
94
94
- Introduction : commands/index.md
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def auth_demo_endpoint(request=Req()):
105
105
106
106
client = TestClient (app )
107
107
108
- BODY_UNAUTHORIZED_DEFAULT = {"detail" : "Not authenticated " }
108
+ BODY_UNAUTHORIZED_DEFAULT = {"detail" : "Forbidden " }
109
109
110
110
111
111
@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments