From 7ce0092353dc954d7f63e7a85631b602a5b67027 Mon Sep 17 00:00:00 2001 From: Gytis Semenas Date: Mon, 5 Feb 2018 17:22:30 +0200 Subject: [PATCH] Added missing comma --- pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php b/pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php index 436355eca..2bd54c56e 100644 --- a/pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php +++ b/pkg/sqs/Tests/SqsConnectionFactoryConfigTest.php @@ -142,7 +142,7 @@ public static function provideConfigs() 'secret' => 'theSecret', 'token' => 'theToken', 'lazy' => false, - 'endpoint' => 'http://localstack:1111' + 'endpoint' => 'http://localstack:1111', ], [ 'key' => 'theKey',