Skip to content

Commit 4ddc8e0

Browse files
ACPT-1413
Updating Unit/App/ResourceConnectionTest.php
1 parent b9b798f commit 4ddc8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Test/Unit/App/ResourceConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function testGetExistingConnectionByName()
125125
ResourceConnection::class,
126126
[
127127
'deploymentConfig' => $this->deploymentConfigMock,
128-
'connections' => ['default_process_' . getmypid() => 'existing_connection']
128+
'connections' => ['default' => 'existing_connection']
129129
]
130130
);
131131
$this->deploymentConfigMock->expects($this->never())->method('get');

0 commit comments

Comments
 (0)