From 0319de586c51c496b2a82d3b07a8576116e393e7 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 17 May 2022 14:51:25 -0300 Subject: [PATCH] Put lazy loading in its own array. --- tests/src/Functional/IslandoraImageFormatterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/IslandoraImageFormatterTest.php b/tests/src/Functional/IslandoraImageFormatterTest.php index fc0631a9..20908eb1 100644 --- a/tests/src/Functional/IslandoraImageFormatterTest.php +++ b/tests/src/Functional/IslandoraImageFormatterTest.php @@ -35,7 +35,7 @@ class IslandoraImageFormatterTest extends IslandoraFunctionalTestBase { 'settings' => [ 'image_style' => NULL, 'image_link' => 'content', - 'image_loading' => 'lazy', + 'image_loading' => ['attribute' => 'lazy'], ], ]; $display = $this->container->get('entity_display.repository')->getViewDisplay('media', $testImageMediaType->id(), 'default');