minor refactoring

This commit is contained in:
YevhenBondarenko 2025-03-10 17:07:15 +01:00
parent 7f3f69b0f6
commit 0b509c9e1f

View File

@ -74,9 +74,6 @@ public class ScriptCalculatedFieldStateTest {
@MockBean @MockBean
private ApiLimitService apiLimitService; private ApiLimitService apiLimitService;
// @MockBean
// private MeterRegistry meterRegistry;
@BeforeEach @BeforeEach
void setUp() { void setUp() {
when(apiLimitService.getLimit(any(), any())).thenReturn(1000L); when(apiLimitService.getLimit(any(), any())).thenReturn(1000L);