aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_trapd_vnf_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_trapd_vnf_table.py')
-rw-r--r--tests/test_trapd_vnf_table.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_trapd_vnf_table.py b/tests/test_trapd_vnf_table.py
index 4f6e5e4..2110324 100644
--- a/tests/test_trapd_vnf_table.py
+++ b/tests/test_trapd_vnf_table.py
@@ -57,9 +57,8 @@ class test_vnf_tables(unittest.TestCase):
self.assertEqual(result, True)
def test_cbspolling(self):
- result= verify_cbspolling()
- _logger.info(result)
- self.assertEqual(result, True)
+ # Check if no exception thrown
+ verify_cbspolling()
def test_fetch_json_file(self):
result= verify_fetch_json_file()