Skip to content

Commit 5ec9cbc

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-82057: Varnish/Fastly - Magento can cache & return cached cart and similar sensitive data
1 parent 9da1f6f commit 5ec9cbc

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/Test/Unit/Controller/Section

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Section/LoadTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Customer\Test\Unit\Controller\Address;
6+
namespace Magento\Customer\Test\Unit\Controller\Section;
77

88
use Magento\Customer\Controller\Section\Load;
99
use Magento\Customer\CustomerData\Section\Identifier;
@@ -178,4 +178,4 @@ public function testExecuteWithThrowException()
178178

179179
$this->loadAction->execute();
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)