You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/module-path-tests/src/main/java/software/amazon/awssdk/modulepath/tests/mocktests/JsonProtocolApiCall.java
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,4 @@ Runnable asyncRunnable() {
59
59
return () -> asyncClient.allTypes().join();
60
60
}
61
61
62
-
//TODO: remove override once we fix the json error unmarshalling to not use reflection
63
-
@Override
64
-
publicvoidfailedApiCall() {
65
-
logger.info("Skipping failed api call testing for json");
66
-
}
67
-
68
-
//TODO: remove override once we fix the json error unmarshalling to not use reflection
69
-
@Override
70
-
publicvoidfailedAsyncApiCall() {
71
-
logger.info("Skipping async failed api call testing for json");
0 commit comments