We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241c96d commit 5f54bc7Copy full SHA for 5f54bc7
tests/Integration/Admin/UploadPresetsTest.php
@@ -137,7 +137,6 @@ public function testCreateUploadPresetWithParameters()
137
'unsigned' => true,
138
'tags' => self::$ASSET_TAGS,
139
'allowed_formats' => 'jpg',
140
- 'live' => true,
141
'eval' => self::TEST_EVAL_STR,
142
'use_asset_folder_as_public_id_prefix' => true,
143
]
@@ -154,7 +153,6 @@ public function testCreateUploadPresetWithParameters()
154
153
[
155
156
'allowed_formats' => ['jpg'],
157
158
159
160
0 commit comments