Skip to content

Commit c0e9f25

Browse files
committed
Add SQS endpoint spec to functional test
1 parent 1e391e7 commit c0e9f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/enqueue-bundle/Tests/Functional/UseCasesTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public function provideEnqueueConfigs()
201201
'key' => getenv('AWS_SQS_KEY'),
202202
'secret' => getenv('AWS_SQS_SECRET'),
203203
'region' => getenv('AWS_SQS_REGION'),
204+
'endpoint' => getenv('AWS_SQS_ENDPOINT'),
204205
],
205206
],
206207
]];

0 commit comments

Comments
 (0)