mirror of
https://github.com/pi-hole/FTL.git
synced 2026-08-21 07:47:32 +01:00
Add an API regression test that excludes the four highest-count domains and then requests `top_domains` with `count=1`, where the heap capacity is exactly four. Before the fix the excluded domains filled the heap and were dropped at output, so the endpoint returned nothing; now the filter runs before the heap and the request still yields the first non-excluded domain. References #2946 Signed-off-by: DL6ER <dl6er@dl6er.de>