Skip to content

Commit

Permalink
test: fix env var in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Oct 25, 2021
1 parent 13c98a9 commit e5e6e4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void shouldUseDefaultValueForNewTransitionLogicEnabled() {
@Test
public void shouldSetNewTransitionLogicEnabledFromEnv() {
// given
environment.put("zeebe.broker.experimental.raft.minStepDownFailureCount", "10");
environment.put("zeebe.broker.experimental.newTransitionLogicEnabled", "true");
final BrokerCfg cfg = TestConfigReader.readConfig("default", environment);

// when
Expand Down

0 comments on commit e5e6e4d

Please sign in to comment.