Skip to content

Commit f673ab4

Browse files
authored
fix: Tests - move certs to a public bucket (#2687)
Signed-off-by: Anton Kukushkin <[email protected]>
1 parent 186a534 commit f673ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_infra/stacks/databases_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def _setup_mysql(self) -> None:
493493
"USERNAME": self.db_username,
494494
"PASSWORD": self.db_password,
495495
"JDBC_ENFORCE_SSL": "true",
496-
"CUSTOM_JDBC_CERT": "s3://aws-glue-assets-658066294590-us-east-1/certificates/global-bundle.pem",
496+
"CUSTOM_JDBC_CERT": "s3://aws-data-wrangler-public-artifacts/certificates/global-bundle.pem",
497497
},
498498
subnet=self.glue_connection_subnet,
499499
security_groups=[self.db_security_group],

0 commit comments

Comments
 (0)