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: sonar-python-plugin/src/test/java/org/sonar/plugins/python/PythonSensorTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1033,7 +1033,7 @@ public void read_cpd_tokens_from_cache_corrupted_format() throws IOException {
1033
1033
sensor().execute(context);
1034
1034
1035
1035
assertThat(logTester.logs(LoggerLevel.WARN))
1036
-
.anyMatch(line -> line.startsWith("Failed to deserialize CPD tokens (ClassCastException: class java.lang.String cannot be cast to class java.util.List"));
1036
+
.anyMatch(line -> line.startsWith("Failed to deserialize CPD tokens"));
0 commit comments