We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f17ff commit b99c3adCopy full SHA for b99c3ad
1 file changed
config-service-api/src/testFixtures/java/org/hypertrace/config/service/test/MockGenericConfigService.java
@@ -271,7 +271,7 @@ public MockGenericConfigService mockUpsertAll() {
271
return null;
272
})
273
.when(this.mockConfigService)
274
- .upsertConfig(ArgumentMatchers.any(), ArgumentMatchers.any());
+ .upsertAllConfigs(ArgumentMatchers.any(), ArgumentMatchers.any());
275
276
return this;
277
}
0 commit comments