Commit 69622e90 by Dave Syer

Fix typo in test method name

parent 910167de
...@@ -119,7 +119,7 @@ public abstract class RibbonRetryIntegrationTestBase { ...@@ -119,7 +119,7 @@ public abstract class RibbonRetryIntegrationTestBase {
} }
@Test @Test
public void disbaleRetry() { public void disableRetry() {
String uri = "/disableretry/everyothererror"; String uri = "/disableretry/everyothererror";
ResponseEntity<String> result = new TestRestTemplate().exchange( ResponseEntity<String> result = new TestRestTemplate().exchange(
"http://localhost:" + this.port + uri, HttpMethod.GET, "http://localhost:" + this.port + uri, HttpMethod.GET,
......
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