Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Nov 19, 2024
1 parent 5f54bc7 commit c84e54e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Integration/Admin/UploadPresetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public function testUpdateUploadPresetDetails()
[
'unsigned' => true,
'tags' => self::$UPLOAD_PRESET_UPDATE_TAG,
'live' => true,
'eval' => self::TEST_EVAL_STR
]
);
Expand All @@ -190,7 +189,6 @@ public function testUpdateUploadPresetDetails()
],
[
'tags' => [self::$UPLOAD_PRESET_UPDATE_TAG],
'live' => true,
'eval' => self::TEST_EVAL_STR
]
);
Expand Down

0 comments on commit c84e54e

Please sign in to comment.