diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-05-19 22:52:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 20:52:18 -0600 |
commit | fae90f14f0668a673e02bc7313bc84828e7cae71 (patch) | |
tree | 6b33db11d2d0fe951a31bacd8b6f2febfa352bf1 /cloudinit/config | |
parent | 8bcf1c069d8ddf28898342e541254bdeb54445df (diff) | |
download | vyos-cloud-init-fae90f14f0668a673e02bc7313bc84828e7cae71.tar.gz vyos-cloud-init-fae90f14f0668a673e02bc7313bc84828e7cae71.zip |
test_resolv_conf: refresh stale comment (#374)
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/tests/test_resolv_conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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", [ |