Skip to content

Commit

Permalink
Fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Dec 13, 2024
1 parent 6c534b4 commit d805588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public function testSchemaUi() {
'#uri' => 'https://url.to.api.or.file',
'#upload_location' => 'public://uploaded_resources',
'#upload_validators' => [
'FileExtension' => ['jpg pdf png csv'],
'FileExtension' => ['extensions' => 'jpg pdf png csv'],
],
],
];
Expand Down

0 comments on commit d805588

Please sign in to comment.