File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
1616        $ awsClient  = (new  Sdk (['Sns '  => [
1717            'key '  => '' ,
1818            'secret '  => '' ,
19-             'region '  => '' ,
19+             'region '  => 'us-west-2 ' ,
2020            'version '  => '2010-03-31 ' ,
2121            'endpoint '  => 'http://localhost ' ,
2222        ]]))->createSns ();
@@ -31,7 +31,7 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
3131        $ awsClient  = (new  Sdk (['Sns '  => [
3232            'key '  => '' ,
3333            'secret '  => '' ,
34-             'region '  => '' ,
34+             'region '  => 'us-west-2 ' ,
3535            'version '  => '2010-03-31 ' ,
3636            'endpoint '  => 'http://localhost ' ,
3737        ]]))->createMultiRegionSns ();
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public function testShouldAllowGetAwsClientIfSingleClientProvided()
1616        $ awsClient  = (new  Sdk (['Sqs '  => [
1717            'key '  => '' ,
1818            'secret '  => '' ,
19-             'region '  => '' ,
19+             'region '  => 'us-west-2 ' ,
2020            'version '  => '2012-11-05 ' ,
2121            'endpoint '  => 'http://localhost ' ,
2222        ]]))->createSqs ();
@@ -31,7 +31,7 @@ public function testShouldAllowGetAwsClientIfMultipleClientProvided()
3131        $ awsClient  = (new  Sdk (['Sqs '  => [
3232            'key '  => '' ,
3333            'secret '  => '' ,
34-             'region '  => '' ,
34+             'region '  => 'us-west-2 ' ,
3535            'version '  => '2012-11-05 ' ,
3636            'endpoint '  => 'http://localhost ' ,
3737        ]]))->createMultiRegionSqs ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments