Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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