Skip to content

Commit

Permalink
fix: wrong engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Oct 10, 2024
1 parent 7dae92d commit 7ebbc86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private static void createDbCluster(TestEnvironmentConfig env, int numOfInstance
env.auroraMySqlDbEngineVersion =
System.getenv("AURORA_MYSQL_DB_ENGINE_VERSION"); // "latest", "default"
env.auroraPgDbEngineVersion =
System.getenv("AURORA_PG_ENGINE_VERSION");
System.getenv("AURORA_PG_DB_ENGINE_VERSION");
env.rdsMySqlDbEngineVersion = System.getenv("RDS_MYSQL_DB_ENGINE_VERSION"); // "latest", "default"
env.rdsPgDbEngineVersion = System.getenv("RDS_PG_ENGINE_VERSION");

Expand Down

0 comments on commit 7ebbc86

Please sign in to comment.