Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohandey committed Feb 27, 2024
2 parents 11c69f5 + 5dee570 commit f4c8dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public static void reportServerIssues(String responseString, TestCaseDTO testCas
errors.put(tempJson);
}

if (errors.length() == 0) {
if (errors == null ||errors.length() == 0) {
return;
}

Expand Down

0 comments on commit f4c8dfc

Please sign in to comment.