Skip to content

Commit

Permalink
test(engine): add required history level
Browse files Browse the repository at this point in the history
For dmn return blank table output as null test.

related to camunda#3142
  • Loading branch information
tasso94 committed Jul 21, 2023
1 parent af88453 commit 74a10c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*/
package org.camunda.bpm.engine.test.history.dmn;

import org.camunda.bpm.engine.ProcessEngineConfiguration;
import org.camunda.bpm.engine.history.HistoricDecisionInstance;
import org.camunda.bpm.engine.test.Deployment;
import org.camunda.bpm.engine.test.RequiredHistoryLevel;
import org.camunda.bpm.engine.test.util.ProcessEngineBootstrapRule;
import org.camunda.bpm.engine.test.util.ProvidedProcessEngineRule;
import org.camunda.bpm.engine.variable.Variables;
Expand All @@ -28,6 +30,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.tuple;

@RequiredHistoryLevel(ProcessEngineConfiguration.HISTORY_FULL)
public class HistoricDecisionInstanceReturnBlankTableOutputAsNullTest {

@ClassRule
Expand Down

0 comments on commit 74a10c8

Please sign in to comment.