diff options
Diffstat (limited to 'tests/vmtests/test_apt_source.py')
| -rw-r--r-- | tests/vmtests/test_apt_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vmtests/test_apt_source.py b/tests/vmtests/test_apt_source.py index 51a78af0..a9fc1354 100644 --- a/tests/vmtests/test_apt_source.py +++ b/tests/vmtests/test_apt_source.py @@ -61,7 +61,7 @@ class TestAptSrcAbs(VMBaseClass): def test_preserve_source(self): """test_preserve_source - no clobbering sources.list by cloud-init""" self.check_file_regex("curtin-preserve-sources.list", - "preserve_sources_list.*false") + "apt_preserve_sources_list.*false") def test_source_files(self): """test_source_files - Check generated .lists for correct content""" |
