Upgrade to Flyway 7.0.4
Closes gh-23892
This commit is contained in:
@@ -526,7 +526,7 @@ class FlywayAutoConfigurationTests {
|
||||
assertThat(context).hasFailed();
|
||||
Throwable failure = context.getStartupFailure();
|
||||
assertThat(failure).hasRootCauseInstanceOf(FlywayTeamsUpgradeRequiredException.class);
|
||||
assertThat(failure).hasMessageContaining(" migrations ");
|
||||
assertThat(failure).hasMessageContaining(" cherryPick ");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user