Fix typo in test method name

This commit is contained in:
Dave Syer
2017-04-27 10:29:59 +01:00
parent 910167de09
commit 69622e909b

View File

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