Merge pull request #814 from izeye/patch-3

* patch-3:
  Add missing super in test
This commit is contained in:
Stephane Nicoll
2015-06-15 18:18:02 +02:00

View File

@@ -33,6 +33,7 @@ public class OkHttpClientHttpRequestFactoryTests extends AbstractHttpRequestFact
@Override
@Test
public void httpMethods() throws Exception {
super.httpMethods();
assertHttpMethod("patch", HttpMethod.PATCH);
}