Fix unit test regressions from the new HEALTHCHECK_IPS configuration.
Review Request #13327 — Created Oct. 11, 2023 and submitted — Latest diff uploaded
The introduction of
HEALTHCHECK_IPS
regressed therb-site
unit
tests. Some tests were checking the resultingsettings_local.py
file,
and these test expectations were missing this setting.This fixes those expectations to include this line.
Unit tests pass.