Skip to content

Commit df2f507

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC-1248' into GL_Mainline_PR_22122021
2 parents 1b84b62 + 72feb0f commit df2f507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/MessageQueue/TopologyTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public function testTopologyInstallation(array $expectedConfig, array $bindingCo
5555
$this->assertArrayHasKey($name, $this->declaredExchanges);
5656
unset(
5757
$this->declaredExchanges[$name]['message_stats'],
58-
$this->declaredExchanges[$name]['user_who_performed_action']
58+
$this->declaredExchanges[$name]['user_who_performed_action'],
59+
$this->declaredExchanges[$name]['policy']
5960
);
6061

6162
$this->assertEquals(

0 commit comments

Comments
 (0)