Merge branch '3.4.x'

This commit is contained in:
Phillip Webb 2025-03-14 15:44:29 -07:00
commit 2e0f6f87d8
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ class H2ConsoleAutoConfigurationTests {
given(metadata.getURL()).willReturn(url);
return connection;
});
return dataSource;
}