You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract parse_resolv_conf so tests call the real function
Move the resolv.conf parsing logic out of resolve_upstream_dns() into
its own parse_resolv_conf() function. The 10 deterministic tests now
exercise the production code path instead of a reimplemented helper.
Signed-off-by: Brian Taylor <brian.taylor818@gmail.com>
0 commit comments