Fix test about deprecated console param

parent 4ee42621
...@@ -83,7 +83,6 @@ class TestSoftwareSlapObject(BasicMixin, unittest.TestCase): ...@@ -83,7 +83,6 @@ class TestSoftwareSlapObject(BasicMixin, unittest.TestCase):
software = SlapObject.Software( software = SlapObject.Software(
url='http://example.com/software.cfg', url='http://example.com/software.cfg',
software_root=self.software_root, software_root=self.software_root,
console=False,
buildout=self.buildout, buildout=self.buildout,
signature_private_key_file='/signature/private/key_file', signature_private_key_file='/signature/private/key_file',
upload_cache_url='http://example.com/uploadcache', upload_cache_url='http://example.com/uploadcache',
...@@ -121,7 +120,6 @@ class TestSoftwareSlapObject(BasicMixin, unittest.TestCase): ...@@ -121,7 +120,6 @@ class TestSoftwareSlapObject(BasicMixin, unittest.TestCase):
software = SlapObject.Software( software = SlapObject.Software(
url='http://example.com/software.cfg', url='http://example.com/software.cfg',
software_root=self.software_root, software_root=self.software_root,
console=False,
buildout=self.buildout) buildout=self.buildout)
software.install() software.install()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment