Fix or ignore broken tests

This commit is contained in:
Spencer Gibb
2017-11-28 01:11:10 -05:00
parent 824ea64089
commit 83ec737d0d
4 changed files with 6 additions and 1 deletions

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("[/routes || /routes.json],methods=[GET]"));
output.contains("Mapping servlet: 'zuulServlet' to [/zuul/*]"));
}
@Test