Skip to content

Commit 700fe38

Browse files
authored
fix: ensure driver helper for integration tests can handle multi-az instance deployments correctly (#511)
1 parent a5382f0 commit 700fe38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/container/tests/utils/driver_helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class DriverHelper {
8282
default:
8383
throw new Error("invalid engine");
8484
}
85+
case DatabaseEngineDeployment.RDS_MULTI_AZ_INSTANCE:
8586
case DatabaseEngineDeployment.RDS_MULTI_AZ_CLUSTER:
8687
switch (engine) {
8788
case DatabaseEngine.PG:

0 commit comments

Comments
 (0)