add region for test
This commit is contained in:
		
							parent
							
								
									2e75d0219c
								
							
						
					
					
						commit
						64fc0d3556
					
				| @ -1053,7 +1053,7 @@ def test_query_missing_expr_names(): | |||||||
| @mock_dynamodb2 | @mock_dynamodb2 | ||||||
| def test_update_item_on_map(): | def test_update_item_on_map(): | ||||||
|     dynamodb = boto3.resource('dynamodb', region_name='us-east-1') |     dynamodb = boto3.resource('dynamodb', region_name='us-east-1') | ||||||
|     client = boto3.client('dynamodb') |     client = boto3.client('dynamodb', region_name='us-east-1') | ||||||
| 
 | 
 | ||||||
|     # Create the DynamoDB table. |     # Create the DynamoDB table. | ||||||
|     dynamodb.create_table( |     dynamodb.create_table( | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user