diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-27 16:23:42 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-27 16:23:42 -0400 |
commit | f3007f9a398f8deaa8247941cfbe023de9d99850 (patch) | |
tree | b7734fcbf4a1a277cead293ffefb51c1530e1bc2 /tests | |
parent | 09cc5909e3d69c03622b7dc2c4cb35fd378743cb (diff) | |
download | vyos-cloud-init-f3007f9a398f8deaa8247941cfbe023de9d99850.tar.gz vyos-cloud-init-f3007f9a398f8deaa8247941cfbe023de9d99850.zip |
remove debug
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_handler/test_handler_snappy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_snappy.py b/tests/unittests/test_handler/test_handler_snappy.py index 84512846..8effd99d 100644 --- a/tests/unittests/test_handler/test_handler_snappy.py +++ b/tests/unittests/test_handler/test_handler_snappy.py @@ -132,7 +132,6 @@ class TestInstallPackages(t_help.TestCase): ret = get_package_ops( packages=[], configs={}, installed=[], fspath=self.tmp) - raise Exception("ret: %s" % ret) self.assertEqual( ret, [makeop_tmpd(self.tmp, 'install', 'pkg-ws.smoser', |