From fae90f14f0668a673e02bc7313bc84828e7cae71 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 19 May 2020 22:52:18 -0400 Subject: test_resolv_conf: refresh stale comment (#374) --- cloudinit/config/tests/test_resolv_conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cloudinit') diff --git a/cloudinit/config/tests/test_resolv_conf.py b/cloudinit/config/tests/test_resolv_conf.py index f3d97b82..6546a0b5 100644 --- a/cloudinit/config/tests/test_resolv_conf.py +++ b/cloudinit/config/tests/test_resolv_conf.py @@ -35,8 +35,8 @@ class TestGenerateResolvConf: # 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", [ -- cgit v1.2.3