Update test assertion for spring boot 2 format

This commit is contained in:
Spencer Gibb
2018-01-18 13:03:56 -05:00
parent c467507404
commit 3606ee195c

View File

@@ -73,7 +73,7 @@ public class SampleIntegrationTests {
public void zuulProxySample() throws Exception {
String output = this.cli.run("zuulproxy.groovy");
assertTrue("Wrong output: " + output,
output.contains("Mapping servlet: 'zuulServlet' to [/zuul/*]"));
output.contains("Servlet zuulServlet mapped to [/zuul/*]"));
}
@Test