Skip to content

Commit

Permalink
fix(test) ref: #30420
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Oct 22, 2024
1 parent a02e7a3 commit f2c9bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public void testGet() {
for (int i = 0; i < 10; i++) {
try {
String x = new CircuitBreakerUrl(goodUrl, 2000).doString();
assert (x.contains("<meta name=\"author\" content=\"dotCMS\">"));
assert (x.contains("content=\"dotCMS\""));

} catch (Exception e) {
assert (e instanceof CircuitBreakerOpenException);
Expand Down

0 comments on commit f2c9bf8

Please sign in to comment.