Commit 35309c8
committed
fix(auth): drop unreachable redirect_uris guard for coverage
Pydantic already requires redirect_uris with min_length=1; the handler
check was unreachable and blocked 100% coverage.1 parent b6f3ce6 commit 35309c8
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 94 | | |
104 | 95 | | |
105 | 96 | | |
| |||
0 commit comments