diff --git a/tests/integration/tests/sharing_sync.rb b/tests/integration/tests/sharing_sync.rb
index 6fb2a53438f53e49f760065d2f0e6d7fccd67eee..6bdef83929c4797c1e118db252f6db554a0d9e1d 100644
--- a/tests/integration/tests/sharing_sync.rb
+++ b/tests/integration/tests/sharing_sync.rb
@@ -90,7 +90,7 @@ describe "A folder" do
 
     # Check the sync (create + update) sharer -> recipient
     child1.rename inst, Faker::Internet.slug
-    child2 = Folder.create inst, dir_id: folder.couch_id
+    child2 = Folder.create inst, dir_id: folder.couch_id, name: Faker::Internet.unique.slug
     child1.move_to inst, child2.couch_id
     opts = CozyFile.metadata_options_for(inst, label: Faker::Simpsons.quote)
     opts[:mime] = 'text/plain'