mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add missing super in test
Closes gh-814
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public class OkHttpClientHttpRequestFactoryTests extends AbstractHttpRequestFact
|
||||
@Override
|
||||
@Test
|
||||
public void httpMethods() throws Exception {
|
||||
super.httpMethods();
|
||||
assertHttpMethod("patch", HttpMethod.PATCH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user