summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler/test_handler_puppet.py
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2020-05-11 20:17:06 -0600
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2020-05-13 21:44:10 +0000
commitfadfde3f5dd7a69d420439fc53d2c10dae61f9aa (patch)
tree4f4c4f2db4e0844c99640952c929e00f83a78de7 /tests/unittests/test_handler/test_handler_puppet.py
parent31ca6c5d4f2dde4c04d0a099845a962f0cba42bd (diff)
downloadcloud-init-git-fadfde3f5dd7a69d420439fc53d2c10dae61f9aa.tar.gz
20.2-20-gd10ce3ec-0ubuntu1 (patches unapplied)
Imported using git-ubuntu import.
Diffstat (limited to 'tests/unittests/test_handler/test_handler_puppet.py')
-rw-r--r--tests/unittests/test_handler/test_handler_puppet.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/test_handler/test_handler_puppet.py b/tests/unittests/test_handler/test_handler_puppet.py
index 1494177d..04aa7d03 100644
--- a/tests/unittests/test_handler/test_handler_puppet.py
+++ b/tests/unittests/test_handler/test_handler_puppet.py
@@ -16,8 +16,6 @@ LOG = logging.getLogger(__name__)
@mock.patch('cloudinit.config.cc_puppet.os')
class TestAutostartPuppet(CiTestCase):
- with_logs = True
-
def test_wb_autostart_puppet_updates_puppet_default(self, m_os, m_util):
"""Update /etc/default/puppet to autostart if it exists."""