Skip to content

Commit db797f6

Browse files
committed
B2B-2248: WebAPIAsync missing store information when db queue is used
1 parent f60eda8 commit db797f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return [
1010
[
1111
'command' => 'setup:config:set',
1212
'config' => [
13+
'--queue-default-connection' => 'db',
1314
'--remote-storage-driver' => 'aws-s3',
1415
'--remote-storage-bucket' => 'myBucket',
1516
'--remote-storage-region' => 'us-east-1',

dev/tests/integration/etc/post-install-setup-command-config.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ return [
1010
[
1111
'command' => 'setup:config:set',
1212
'config' => [
13-
'--queue-default-connection' => 'db'
13+
'--queue-default-connection' => 'db',
1414
'--remote-storage-driver' => 'aws-s3',
1515
'--remote-storage-bucket' => 'myBucket',
1616
'--remote-storage-region' => 'us-east-1'

0 commit comments

Comments
 (0)