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: aws-lambda-java-runtime-interface-client/src/test/java/com/amazonaws/services/lambda/runtime/api/client/CustomerClassLoaderTest.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,10 @@ public void customerClassLoaderFunction() throws IOException {
116
116
res);
117
117
} catch(Throwablet) {
118
118
// this system property is the name of the charset used when encoding/decoding file paths
119
-
// exception is expected if it is not set to a UTF variant
120
-
if (!System.getProperty("sun.jnu.encoding").toLowerCase().contains("utf")){
119
+
// exception is expected if it is not set to a UTF variant or not set at all
0 commit comments