Skip to content

Commit a00d993

Browse files
committed
Enable module path tests for json error scenarios
1 parent 5ffef1e commit a00d993

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/module-path-tests/src/main/java/software/amazon/awssdk/modulepath/tests/mocktests/JsonProtocolApiCall.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,4 @@ Runnable asyncRunnable() {
5959
return () -> asyncClient.allTypes().join();
6060
}
6161

62-
//TODO: remove override once we fix the json error unmarshalling to not use reflection
63-
@Override
64-
public void failedApiCall() {
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-
public void failedAsyncApiCall() {
71-
logger.info("Skipping async failed api call testing for json");
72-
}
7362
}

0 commit comments

Comments
 (0)