Skip to content

Commit 0324039

Browse files
committed
ACP2E-2638: New Currency for Nicaragua is not available
1 parent 4b22319 commit 0324039

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Locale/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function setUp(): void
4545
#[
4646
AppArea('adminhtml'),
4747
DbIsolation(true),
48-
AppIsolation(false),
48+
AppIsolation(true),
4949
]
5050
public function testNicaraguanCurrenciesExistsBoth()
5151
{

dev/tests/integration/testsuite/Magento/GraphQl/_files/state-skip-list.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
Magento\Framework\App\Cache\FlushCacheByTags::class => null,
151151
Magento\CustomerGraphQl\Model\Context\AddUserInfoToContext::class => null,
152152
Magento\Eav\Helper\Data::class => null,
153+
Magento\Framework\MessageQueue\DefaultValueProvider::class => null,
153154
],
154155
'updateCustomer' => [
155156
Magento\Framework\Url\QueryParamsResolver::class => null,

0 commit comments

Comments
 (0)