Skip to content

Commit

Permalink
#25748 fixing assert error (#25749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyDotcms authored Aug 9, 2023
1 parent bc0e939 commit 8d30d6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ public void testGet() {
for (int i = 0; i < 10; i++) {
try {
String x = new CircuitBreakerUrl(goodUrl, 2000).doString();
assert (x.contains("Java"));
assert (x.contains("/application/themes/dotcms/js/bootstrap.min.js"));

} catch (Exception e) {
Expand Down

0 comments on commit 8d30d6e

Please sign in to comment.