Strip trailing whitespace
This commit is contained in:
parent
e6597e6f33
commit
dc3d670019
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue