File tree 1 file changed +1
-11
lines changed
app/code/Magento/MediaContentSynchronization/Test/Integration/Model 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public function testExecute(array $contentIdentities): void
86
86
$ contentIdentityObject = $ this ->contentIdentityFactory ->create ($ contentIdentity );
87
87
$ this ->assertEquals ([$ assetId ], $ this ->getAssetIds ->execute ($ contentIdentityObject ));
88
88
$ synchronizedContentIdentities = $ this ->getContentIdentities ->execute ([$ assetId ]);
89
- $ this ->assertEquals (4 , count ($ synchronizedContentIdentities ));
89
+ $ this ->assertEquals (2 , count ($ synchronizedContentIdentities ));
90
90
91
91
$ syncedIds = [];
92
92
foreach ($ synchronizedContentIdentities as $ syncedContentIdentity ) {
@@ -117,16 +117,6 @@ public function filesProvider(): array
117
117
'entityType ' => 'catalog_product ' ,
118
118
'field ' => 'description ' ,
119
119
'entityId ' => 1567
120
- ],
121
- [
122
- 'entityType ' => 'cms_page ' ,
123
- 'field ' => 'content ' ,
124
- 'entityId ' => 5
125
- ],
126
- [
127
- 'entityType ' => 'cms_block ' ,
128
- 'field ' => 'content ' ,
129
- 'entityId ' => 1
130
120
]
131
121
]
132
122
]
You can’t perform that action at this time.
0 commit comments