Skip to content

Commit db8ab75

Browse files
authored
Merge pull request #1531 from lholmquist/propertyValue_circuitBreakerForceClosed_assert
assert the circuitBreakerForceClosed property
2 parents 45e9b7b + a78d292 commit db8ab75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
assertNotNull(data,"propertyValue_circuitBreakerSleepWindowInMilliseconds");
175175
assertNotNull(data,"propertyValue_circuitBreakerErrorThresholdPercentage");
176176
assertNotNull(data,"propertyValue_circuitBreakerForceOpen");
177+
assertNotNull(data,"propertyValue_circuitBreakerForceClosed");
177178
assertNotNull(data,"propertyValue_executionIsolationStrategy");
178179
assertNotNull(data,"propertyValue_executionIsolationThreadTimeoutInMilliseconds");
179180
assertNotNull(data,"propertyValue_executionIsolationThreadInterruptOnTimeout");

0 commit comments

Comments
 (0)