Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().

Per deprecation timeline.
This commit is contained in:
Tim Graham 2016-12-16 18:13:34 -05:00
parent f032bbc8b1
commit 0f454f5d4d
4 changed files with 7 additions and 38 deletions

View file

@ -1479,11 +1479,6 @@ your test suite.
the original request's scheme is used. If present, the scheme in
``expected_url`` is the one used to make the comparisons to.
.. deprecated:: 1.9
The ``host`` argument is deprecated, as redirections are no longer
forced to be absolute URLs.
.. method:: SimpleTestCase.assertHTMLEqual(html1, html2, msg=None)
Asserts that the strings ``html1`` and ``html2`` are equal. The comparison