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:
parent
cf7869d0e2
commit
5a2cbf1eca
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user