Skip to content

Commit

Permalink
Merge pull request #1861 from reportportal/EPMRPP-87516
Browse files Browse the repository at this point in the history
EPMRPP-87516 || Rename immediateAA parameter
  • Loading branch information
APiankouski authored Nov 15, 2023
2 parents 275b980 + 156f30f commit 2df0c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@Service
public class IgnoreImmediateCollector implements AnalyzeItemsCollector {

protected static final String IMMEDIATE_AUTO_ANALYSIS = "immediateAA";
protected static final String IMMEDIATE_AUTO_ANALYSIS = "immediateAutoAnalysis";

private TestItemRepository testItemRepository;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
import org.springframework.stereotype.Component;

/**
* Run auto analyzer for finished test item with immediateAA attribute.
* Run auto analyzer for finished test item with immediateAutoAnalysis attribute.
*
* @author <a href="mailto:[email protected]">Andrei Piankouski</a>
*/
@Component
public class TestItemAutoAnalysisRunner implements
ConfigurableEventHandler<TestItemFinishedEvent, Map<String, String>> {

protected static final String IMMEDIATE_AUTO_ANALYSIS = "immediateAA";
protected static final String IMMEDIATE_AUTO_ANALYSIS = "immediateAutoAnalysis";

private final AnalyzerService analyzerService;

Expand Down

0 comments on commit 2df0c67

Please sign in to comment.