From 02a007238a0400610e232dddf2cad741be464367 Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Wed, 28 Feb 2018 14:23:54 +0100
Subject: [PATCH] hotline #71154 fix test failure

---
 tests/library/ZendAfi/View/Helper/Notice/DilicomTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/library/ZendAfi/View/Helper/Notice/DilicomTest.php b/tests/library/ZendAfi/View/Helper/Notice/DilicomTest.php
index 6b8ee00661c..994226a4154 100644
--- a/tests/library/ZendAfi/View/Helper/Notice/DilicomTest.php
+++ b/tests/library/ZendAfi/View/Helper/Notice/DilicomTest.php
@@ -86,6 +86,6 @@ class ZendAfi_View_Helper_Notice_DilicomLoggedTest extends ZendAfi_View_Helper_N
 
   /** @test */
   public function shouldRenderDilicomAlbumDatas() {
-    $this->assertXPathContentContains($this->_html, '//table//td', '2018-02-27');
+    $this->assertXPathContentContains($this->_html, '//table//td', 'dilicom-123456');
   }
 }
-- 
GitLab