diff --git a/integrationtests/example_hdf5cfood.py b/integrationtests/example_hdf5cfood.py
index 86d9941745562c6ad96d2e39cf66ac3746e28373..f369f852a294d8819720e74ad4f849082b108653 100644
--- a/integrationtests/example_hdf5cfood.py
+++ b/integrationtests/example_hdf5cfood.py
@@ -44,6 +44,7 @@ class ExampleH5CFood(H5CFood):
         super().create_identifiables()
         self.identifiable_root = db.Record()
         self.identifiable_root.add_property("hdf5File", self.crawled_file)
+        self.identifiable_root.add_parent("ExampleH5")
         self.identifiables.append(self.identifiable_root)
 
     def special_treatment(self, key, value, dtype):