Fix Bug 2282: Can't instantiate NS using a pre-existing volume
[osm/RO.git] / NG-RO / osm_ng_ro / tests / test_ns.py
index 2c6a773..a0f7977 100644 (file)
@@ -3339,7 +3339,7 @@ class TestProcessVduParams(unittest.TestCase):
         persist_root_disk = self.ns.find_persistent_root_volumes(
             vnfd, target_vdu, vdu_instantiation_volumes_list, disk_list
         )
-        self.assertEqual(persist_root_disk, None)
+        self.assertEqual(persist_root_disk, {})
         self.assertEqual(disk_list, [])
 
     def test_find_persistent_root_empty_disk_list(self):