Defensively clear step context to prevent test failure
This commit is contained in:
@@ -114,6 +114,7 @@ public class StepScopeConfigurationTests {
|
||||
|
||||
@Before
|
||||
public void setup() {
|
||||
StepSynchronizationManager.release();
|
||||
stepExecution = new StepExecution("STEP", null);
|
||||
StepSynchronizationManager.register(stepExecution);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user