Skip to content

Commit 5f54bc7

Browse files
Fix tests
1 parent 241c96d commit 5f54bc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Integration/Admin/UploadPresetsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function testCreateUploadPresetWithParameters()
137137
'unsigned' => true,
138138
'tags' => self::$ASSET_TAGS,
139139
'allowed_formats' => 'jpg',
140-
'live' => true,
141140
'eval' => self::TEST_EVAL_STR,
142141
'use_asset_folder_as_public_id_prefix' => true,
143142
]
@@ -154,7 +153,6 @@ public function testCreateUploadPresetWithParameters()
154153
[
155154
'tags' => self::$ASSET_TAGS,
156155
'allowed_formats' => ['jpg'],
157-
'live' => true,
158156
'eval' => self::TEST_EVAL_STR,
159157
'use_asset_folder_as_public_id_prefix' => true,
160158
]

0 commit comments

Comments
 (0)