From 1f80ef81f1fab63c01c56f5aa1ae44808d3f267b Mon Sep 17 00:00:00 2001
From: vnayda <vnayda@magento.com>
Date: Mon, 10 Oct 2016 12:13:09 +0300
Subject: [PATCH] MAGETWO-57963: The product page doesn't show all the fields
 for Product Details - for mainline

- fix static tests
---
 .../testsuite/Magento/Test/Legacy/_files/security/blacklist.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php
index 2700c80beee..d120a4543b9 100644
--- a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php
+++ b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/security/blacklist.php
@@ -5,5 +5,5 @@
  */
 return [
     '/Test\/Unit/',
-    'lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php',
+    '/lib\/internal\/Magento\/Framework\/DB\/Adapter\/Pdo\/Mysql\.php/',
 ];
-- 
GitLab