summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-07 10:21:36 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-07 10:22:40 -0400
commitf031bcdd91a7162efd8f236e28c3da3499f78bec (patch)
treec25cad34c688e086b16cd5e0f615b4a6f29c7ddb /tests
parent026cdb7d1c85a1ea0ff7a53a2c0a6c2465ec3711 (diff)
[tests] remove assertion, bundles are not deleted on exit
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/keymanager/test_keymanager.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/integration/keymanager/test_keymanager.py b/tests/integration/keymanager/test_keymanager.py
index 4588a04..443902a 100644
--- a/tests/integration/keymanager/test_keymanager.py
+++ b/tests/integration/keymanager/test_keymanager.py
@@ -465,9 +465,6 @@ class KeyManagerKeyManagementTestCase(KeyManagerWithSoledadTestCase):
expected = self._slurp_file(ca_bundle.where()) + ca_content
self.assertEqual(expected, self._slurp_file(tmp_output.name))
- del km # force km out of scope
- self.assertFalse(path.exists(tmp_output.name))
-
def _dump_to_file(self, filename, content):
with open(filename, 'w') as out:
out.write(content)