Skip to content

Commit

Permalink
test: update test region
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill committed Jun 6, 2024
1 parent 2414b1d commit e5f2698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { sleep } from "aws-wrapper-common-lib/lib/utils/utils";
export class AuroraTestUtility {
private client: RDSClient;

constructor(region: string = "us-east-2") {
constructor(region: string = "us-east-1") {
this.client = new RDSClient({ region: region });
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private static void createAuroraDbCluster(TestEnvironmentConfig env, int numOfIn
env.info.setAuroraRegion(
!StringUtils.isNullOrEmpty(System.getenv("AURORA_DB_REGION"))
? System.getenv("AURORA_DB_REGION")
: "us-east-2");
: "us-east-1");

env.reuseAuroraDbCluster =
!StringUtils.isNullOrEmpty(System.getenv("REUSE_AURORA_CLUSTER"))
Expand Down

0 comments on commit e5f2698

Please sign in to comment.