From fa1a8a0903986d0e3bf37c3225f3e44e5cd53d97 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Wed, 22 Nov 2023 09:01:54 +0100 Subject: [PATCH] Adjusted integration tests --- .../Core/Repository/FieldType/ImageIntegrationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php b/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php index 914d7f1888..c3594c8055 100644 --- a/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php +++ b/tests/integration/Core/Repository/FieldType/ImageIntegrationTest.php @@ -112,8 +112,8 @@ public function getValidatorSchema() return [ 'FileSizeValidator' => [ 'maxFileSize' => [ - 'type' => 'float', - 'default' => false, + 'type' => 'numeric', + 'default' => null, ], ], 'AlternativeTextValidator' => [