Skip to content

Commit 115c0a4

Browse files
authored
Update test_rds_clusters (#10125)
1 parent d270a87 commit 115c0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_rds/test_rds_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ def test_add_role_to_db_cluster_adding_feature_a_second_time_throws_DBClusterRol
21432143
with pytest.raises(ClientError) as ex:
21442144
client.add_role_to_db_cluster(
21452145
DBClusterIdentifier=db_cluster_identifier,
2146-
RoleArn="a-different-role",
2146+
RoleArn="arn:aws:iam::123456789012:role/a-different-role",
21472147
FeatureName="S3_INTERGRATION",
21482148
)
21492149

0 commit comments

Comments
 (0)