minor refactoring
This commit is contained in:
parent
7f3f69b0f6
commit
0b509c9e1f
@ -74,9 +74,6 @@ public class ScriptCalculatedFieldStateTest {
|
||||
@MockBean
|
||||
private ApiLimitService apiLimitService;
|
||||
|
||||
// @MockBean
|
||||
// private MeterRegistry meterRegistry;
|
||||
|
||||
@BeforeEach
|
||||
void setUp() {
|
||||
when(apiLimitService.getLimit(any(), any())).thenReturn(1000L);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user