mirror of
https://github.com/caddyserver/caddy.git
synced 2026-09-15 07:11:10 -04:00
TestStaticIPRangeProvision was re-implementing Provision's loop instead of calling it. The real Provision only touches the Ranges field, so a zero-value caddy.Context is enough to exercise it. Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>