refactor: update inline_resource_storage_below_size to binary_storage_minimum_binary_size in BinaryStorageIntegrationTest

This commit is contained in:
Patrick Werner
2026-02-16 12:27:26 +01:00
parent d45bf8027e
commit eaabef8be0

View File

@@ -294,7 +294,7 @@ class BinaryStorageFilesystemDefaultIT extends BaseBinaryStorageIntegrationTest
"hapi.fhir.binary_storage_enabled=true", "hapi.fhir.binary_storage_enabled=true",
"hapi.fhir.binary_storage_mode=FILESYSTEM", "hapi.fhir.binary_storage_mode=FILESYSTEM",
"hapi.fhir.binary_storage_filesystem_base_directory=target/test-binary-storage/filesystem-custom", "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 { class BinaryStorageFilesystemCustomThresholdIT extends BaseBinaryStorageIntegrationTest {