From 0abe34f1062fb0fe7c14f43285c928ae76d84bca Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Tue, 31 Aug 2021 16:55:25 +0200 Subject: [PATCH] fix: [test] Remove debug print --- tests/testlive_comprehensive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py index 4cbc1fa..da62526 100644 --- a/tests/testlive_comprehensive.py +++ b/tests/testlive_comprehensive.py @@ -1318,8 +1318,6 @@ class TestComprehensive(unittest.TestCase): # The existing_object is a overwrite_file object, unless we uncomment the line above, type= is required below. existing_object.add_attribute('pattern-in-file', value='foo', type='text') updated_existing_object = self.admin_misp_connector.update_object(existing_object, pythonify=True) - print(updated_existing_object.to_json(indent=2)) - print(updated_existing_object.get_attributes_by_relation('pattern-in-file')) self.assertEqual(updated_existing_object.get_attributes_by_relation('pattern-in-file')[0].value, 'foo', updated_existing_object) finally: