Fix: Duplicate test name causing loss of coverage

A test added in #2401 copied the name of an existing test, preventing it
from being run.  This commit renames the second test, allowing both to
be picked up by the test runner.
This commit is contained in:
Brian Pandola 2020-11-21 23:51:33 -08:00 committed by Bert Blommers
parent cf7869d0e2
commit 5a2cbf1eca

View File

@ -43,7 +43,7 @@ def test_create_cluster_boto3():
@mock_redshift
def test_create_cluster_boto3():
def test_create_cluster_with_enhanced_vpc_routing_enabled():
client = boto3.client("redshift", region_name="us-east-1")
response = client.create_cluster(
DBName="test",