mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Strip trailing whitespace
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ public class CrshAutoConfigurationTests {
|
||||
this.context.register(SecurityConfiguration.class);
|
||||
this.context.register(CrshAutoConfiguration.class);
|
||||
this.context.refresh();
|
||||
|
||||
|
||||
PluginLifeCycle lifeCycle = this.context.getBean(PluginLifeCycle.class);
|
||||
assertEquals(lifeCycle.getConfig().get("crash.auth"), "simple");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user