Fix unit test regressions from the new HEALTHCHECK_IPS configuration.

Review Request #13327 — Created Oct. 11, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

The introduction of HEALTHCHECK_IPS regressed the rb-site unit
tests. Some tests were checking the resulting settings_local.py file,
and these test expectations were missing this setting.

This fixes those expectations to include this line.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix unit test regressions from the new HEALTHCHECK_IPS configuration.
The introduction of `HEALTHCHECK_IPS` regressed the `rb-site` unit tests. Some tests were checking the resulting `settings_local.py` file, and these test expectations were missing this setting. This fixes those expectations to include this line.
f7b45ac18796d8e06abaf6bd1ad20b5d86c405e6 Christian Hammond
reviewboard/cmdline/tests/test_rbsite.py
Loading...