Skip to content

Commit

Permalink
test_resolv_conf: refresh stale comment (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
OddBloke authored May 20, 2020
1 parent 8bcf1c0 commit fae90f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudinit/config/tests/test_resolv_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def test_target_fname_is_used_if_passed(self, m_render_to_file):
# Patch in templater so we can assert on the actual generated content
@mock.patch("cloudinit.templater.util.write_file")
# Parameterise with the value to be passed to generate_resolv_conf as the
# `params` parameter, and a list of the expected lines after the header as
# `extra_lines`.
# params parameter, and the expected line after the header as
# expected_extra_line.
@pytest.mark.parametrize(
"params,expected_extra_line",
[
Expand Down

0 comments on commit fae90f1

Please sign in to comment.