From c84e54e863f330f18466c176cd03b36d23f089be Mon Sep 17 00:00:00 2001 From: Constantine Nathanson <35217733+const-cloudinary@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:58:38 +0200 Subject: [PATCH] Fix tests --- tests/Integration/Admin/UploadPresetsTest.php | 2 -- 1 file changed, 2 deletions(-) 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 ] );