diff --git a/tests/Integration/Admin/UploadPresetsTest.php b/tests/Integration/Admin/UploadPresetsTest.php index 35af7b16..d99b5889 100644 --- a/tests/Integration/Admin/UploadPresetsTest.php +++ b/tests/Integration/Admin/UploadPresetsTest.php @@ -173,7 +173,6 @@ public function testUpdateUploadPresetDetails() [ 'unsigned' => true, 'tags' => self::$UPLOAD_PRESET_UPDATE_TAG, - 'live' => true, 'eval' => self::TEST_EVAL_STR ] ); @@ -190,7 +189,6 @@ public function testUpdateUploadPresetDetails() ], [ 'tags' => [self::$UPLOAD_PRESET_UPDATE_TAG], - 'live' => true, 'eval' => self::TEST_EVAL_STR ] );