This commit is contained in:
root
2026-01-03 12:05:58 +05:00
parent f61de9acd1
commit c0e01d33ea
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ class MarketingAnalysisServiceChartPlacementTest {
// Keep this test free of Spring/Mockito to avoid agent-attach requirements. // Keep this test free of Spring/Mockito to avoid agent-attach requirements.
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null, private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
null, null); null, null, null);
@SuppressWarnings({ "unchecked", "rawtypes" }) @SuppressWarnings({ "unchecked", "rawtypes" })
private Map buildPlaceholderMap() throws Exception { private Map buildPlaceholderMap() throws Exception {
@@ -14,7 +14,7 @@ class MarketingAnalysisServiceDetailLevelPromptTest {
// Keep this test free of Spring/Mockito to avoid agent-attach requirements. // Keep this test free of Spring/Mockito to avoid agent-attach requirements.
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null, private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
null, null); null, null, null);
@Test @Test
void appendDetailLevelDirectives_shouldForceBullets_forKratko() throws Exception { void appendDetailLevelDirectives_shouldForceBullets_forKratko() throws Exception {