Skip to content

Commit 297a565

Browse files
committed
MCP-903: Fix default connection = db setting after Magento installation
- Make amqp connection as a default for web api tests queues;
1 parent 605d89a commit 297a565

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dev/tests/api-functional/config/post-install-setup-command-config.php.dist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66

77
// List of bin/magento setup CLI commands to run after setup:install
88
return [
9+
/*
910
[
1011
'command' => 'setup:config:set',
1112
'config' => [
12-
'--queue-default-connection' => 'db'
13-
/*
1413
'--remote-storage-driver' => 'aws-s3',
1514
'--remote-storage-bucket' => 'myBucket',
16-
'--remote-storage-region' => 'us-east-1'
17-
*/
15+
'--remote-storage-region' => 'us-east-1',
1816
]
1917
]
18+
*/
2019
];

0 commit comments

Comments
 (0)