From eaabef8be02556be85606be9850cb89457a31bd0 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Mon, 16 Feb 2026 12:27:26 +0100 Subject: [PATCH] refactor: update inline_resource_storage_below_size to binary_storage_minimum_binary_size in BinaryStorageIntegrationTest --- .../ca/uhn/fhir/jpa/starter/BinaryStorageIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/BinaryStorageIntegrationTest.java b/src/test/java/ca/uhn/fhir/jpa/starter/BinaryStorageIntegrationTest.java index 54ab520..da21a14 100644 --- a/src/test/java/ca/uhn/fhir/jpa/starter/BinaryStorageIntegrationTest.java +++ b/src/test/java/ca/uhn/fhir/jpa/starter/BinaryStorageIntegrationTest.java @@ -294,7 +294,7 @@ class BinaryStorageFilesystemDefaultIT extends BaseBinaryStorageIntegrationTest "hapi.fhir.binary_storage_enabled=true", "hapi.fhir.binary_storage_mode=FILESYSTEM", "hapi.fhir.binary_storage_filesystem_base_directory=target/test-binary-storage/filesystem-custom", - "hapi.fhir.inline_resource_storage_below_size=32768" + "hapi.fhir.binary_storage_minimum_binary_size=32768" } ) class BinaryStorageFilesystemCustomThresholdIT extends BaseBinaryStorageIntegrationTest {