Add missing super in test
Closes gh-814
This commit is contained in:
@@ -33,6 +33,7 @@ public class OkHttpClientHttpRequestFactoryTests extends AbstractHttpRequestFact
|
|||||||
@Override
|
@Override
|
||||||
@Test
|
@Test
|
||||||
public void httpMethods() throws Exception {
|
public void httpMethods() throws Exception {
|
||||||
|
super.httpMethods();
|
||||||
assertHttpMethod("patch", HttpMethod.PATCH);
|
assertHttpMethod("patch", HttpMethod.PATCH);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user