Commit 751d3b3
test(nwis): parse with raw read_rdb in empty-peaks regression test
The empty-peaks test parsed with _read_rdb, which already runs
format_response(service=None); the real get_discharge_peaks path uses
the raw read_rdb parser followed by format_response(service="peaks").
Switch to read_rdb so the test exercises the actual call path without
the redundant format pass.
Signed-off-by: thodson-usgs <thodson@usgs.gov>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1dd136f commit 751d3b3
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
320 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
0 commit comments