This commit is contained in:
Stephane Nicoll 2019-04-04 11:16:09 +02:00
parent 763c1a99e0
commit 5f6d8e1ead
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public abstract class AbstractJpaAutoConfigurationTests {
} }
@Test @Test
public void openEntityManagerInViewInterceptorISNotRegisteredWhenExplicitlyOff() { public void openEntityManagerInViewInterceptorIsNotRegisteredWhenExplicitlyOff() {
new WebApplicationContextRunner() new WebApplicationContextRunner()
.withPropertyValues("spring.datasource.generate-unique-name=true", .withPropertyValues("spring.datasource.generate-unique-name=true",
"spring.jpa.open-in-view=false") "spring.jpa.open-in-view=false")