Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Nov 19, 2024
1 parent 241c96d commit 5f54bc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Integration/Admin/UploadPresetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public function testCreateUploadPresetWithParameters()
'unsigned' => true,
'tags' => self::$ASSET_TAGS,
'allowed_formats' => 'jpg',
'live' => true,
'eval' => self::TEST_EVAL_STR,
'use_asset_folder_as_public_id_prefix' => true,
]
Expand All @@ -154,7 +153,6 @@ public function testCreateUploadPresetWithParameters()
[
'tags' => self::$ASSET_TAGS,
'allowed_formats' => ['jpg'],
'live' => true,
'eval' => self::TEST_EVAL_STR,
'use_asset_folder_as_public_id_prefix' => true,
]
Expand Down

0 comments on commit 5f54bc7

Please sign in to comment.