Skip to content

Commit c84e54e

Browse files
Fix tests
1 parent 5f54bc7 commit c84e54e

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
@@ -173,7 +173,6 @@ public function testUpdateUploadPresetDetails()
173173
[
174174
'unsigned' => true,
175175
'tags' => self::$UPLOAD_PRESET_UPDATE_TAG,
176-
'live' => true,
177176
'eval' => self::TEST_EVAL_STR
178177
]
179178
);
@@ -190,7 +189,6 @@ public function testUpdateUploadPresetDetails()
190189
],
191190
[
192191
'tags' => [self::$UPLOAD_PRESET_UPDATE_TAG],
193-
'live' => true,
194192
'eval' => self::TEST_EVAL_STR
195193
]
196194
);

0 commit comments

Comments
 (0)