Commit 897eb7f
committed
test(server): run httpapi exercise effect mode in test:httpapi
The test:httpapi script previously ran only coverage and auth modes,
which check route inventory and per-route auth declarations but never
exercise the routes themselves. The exerciser already supports
--mode effect, which dispatches a real request through the new HTTP
API stack for every route in the inventory and verifies a sane
response.
Append the effect mode to test:httpapi so the full route surface gets
exercised before merge. Today's run reports pass=139 fail=0.1 parent c931995 commit 897eb7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments