minor refactoring
This commit is contained in:
parent
7f3f69b0f6
commit
0b509c9e1f
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user