Doc ftp: Fix yaml test to follow expected behaviour
[odoo/odoo.git] / addons / document_ftp / test / document_ftp_test4.yml
index 9c3baed..eeed4b1 100644 (file)
     I check at the server that the file is attached to Partner1
 -
     !assert {model: ir.attachment, id: , search: "[('name','=','pat1-dynamic.txt')]" }:
-      - parent_id.name == 'Partners of Test'
+      - parent_id.name == 'Documents'
       - res_model == 'res.partner'
       - res_id !=  False
 -