File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ public async Task WithFlywayMigrationAddsFlywayWithExpectedContainerArgs()
465465
466466 var expectedArgs = new List < string >
467467 {
468- $ "-url=jdbc:postgresql://{ postgresResourceName } :5432/{ postgresDatabaseName } ",
468+ $ "-url=jdbc:postgresql://{ postgresResourceName } .dev.internal :5432/{ postgresDatabaseName } ",
469469 $ "-user={ postgresUsername } ",
470470 $ "-password={ postgresPassword } ",
471471 "migrate"
@@ -507,7 +507,7 @@ public async Task WithFlywayRepairAddsFlywayWithExpectedContainerArgs()
507507
508508 var expectedArgs = new List < string >
509509 {
510- $ "-url=jdbc:postgresql://{ postgresResourceName } :5432/{ postgresDatabaseName } ",
510+ $ "-url=jdbc:postgresql://{ postgresResourceName } .dev.internal :5432/{ postgresDatabaseName } ",
511511 $ "-user={ postgresUsername } ",
512512 $ "-password={ postgresPassword } ",
513513 "repair"
You can’t perform that action at this time.
0 commit comments