Skip to content

Commit d8342eb

Browse files
committed
try camelCase
1 parent b184ffb commit d8342eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/cdk/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(
8484
instance_type=aws_ec2.InstanceType(app_config.db_instance_type),
8585
add_pgbouncer=True,
8686
pgbouncer_instance_props={
87-
"instance_name": "test-name",
87+
"instanceName": "test-name",
8888
},
8989
removal_policy=RemovalPolicy.DESTROY,
9090
pgstac_version=PGSTAC_VERSION,

0 commit comments

Comments
 (0)