From 34141ce9afd4c46295a30bd29d25a1a76db623d2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 9 Apr 2025 13:36:15 +0200 Subject: [PATCH] :paperclip: Fix backend tests Caused by update of image procesing libraries on the devenv docker image update from debian to ubuntu --- backend/test/backend_tests/rpc_media_test.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/test/backend_tests/rpc_media_test.clj b/backend/test/backend_tests/rpc_media_test.clj index 3095a5c05..8e6ee3f09 100644 --- a/backend/test/backend_tests/rpc_media_test.clj +++ b/backend/test/backend_tests/rpc_media_test.clj @@ -48,7 +48,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 122785 (:size mobj1))) - (t/is (= 3302 (:size mobj2))))))) + (t/is (= 3299 (:size mobj2))))))) (t/deftest media-object-upload (let [prof (th/create-profile* 1) @@ -85,7 +85,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 312043 (:size mobj1))) - (t/is (= 3887 (:size mobj2))))))) + (t/is (= 3901 (:size mobj2))))))) (t/deftest media-object-upload-idempotency @@ -163,7 +163,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 122785 (:size mobj1))) - (t/is (= 3302 (:size mobj2))))))) + (t/is (= 3299 (:size mobj2))))))) (t/deftest media-object-upload-command (let [prof (th/create-profile* 1) @@ -200,7 +200,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 312043 (:size mobj1))) - (t/is (= 3887 (:size mobj2))))))) + (t/is (= 3901 (:size mobj2))))))) (t/deftest media-object-upload-idempotency-command