Skip to content

Commit 52901b5

Browse files
committed
Issue #3018764 by Wim Leers: One test case in MediaUiFunctionalTest is not actually tested due to a duplicate key
1 parent 14606cc commit 52901b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function providerTestMediaReferenceWidget() {
226226
// Unlimited value field.
227227
'unlimited_value:single_type:create_list' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE],
228228
// Unlimited value field with the tags widget.
229-
'unlimited_value:single_type:create_list' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE, 'entity_reference_autocomplete_tags'],
229+
'unlimited_value:single_type:create_list:tags' => [FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED, [TRUE], TRUE, 'entity_reference_autocomplete_tags'],
230230
];
231231
}
232232

0 commit comments

Comments
 (0)