Commit 486bbe6
committed
test: accept 422 invalid-user for synthetic context_user_id
Correcting the DefaultApi auth key means the request now authenticates and
reaches user validation, which returns 422 for the made-up context_user_id
(previously the wrong auth key returned 401). Accept 422 alongside the other
expected statuses.1 parent 823ad2e commit 486bbe6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
0 commit comments