diff --git a/tests/Integration/Admin/UploadPresetsTest.php b/tests/Integration/Admin/UploadPresetsTest.php index 334d09b8..35af7b16 100644 --- a/tests/Integration/Admin/UploadPresetsTest.php +++ b/tests/Integration/Admin/UploadPresetsTest.php @@ -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, ] @@ -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, ]