Commit fc4f375a by Biju Kunjummen Committed by Spencer Gibb

Restore ignored test - works cleanly for a full build (#2146)

parent 37129671
......@@ -118,7 +118,6 @@ public class SimpleZuulProxyApplicationTests {
}
@Test
@Ignore
public void getOnSelfWithComplexQueryParam() throws URISyntaxException {
String encodedQueryString = "foo=%7B%22project%22%3A%22stream%22%2C%22logger%22%3A%22javascript%22%2C%22platform%22%3A%22javascript%22%2C%22request%22%3A%7B%22url%22%3A%22https%3A%2F%2Ffoo%2Fadmin";
ResponseEntity<String> result = testRestTemplate.exchange(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment