Skip to content

Commit

Permalink
Trigger coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Homer <[email protected]>
  • Loading branch information
etiennehomer committed Dec 2, 2024
1 parent 3233cca commit 4a863ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public ResponseEntity<List<IdentifiableAttributes>> exportFilter(@PathVariable("
public ResponseEntity<Map<String, Long>> getIdentifiablesCountByGroup(@RequestParam(value = "networkUuid") UUID networkUuid,
@RequestParam(value = "variantId", required = false) String variantId,
IdsByGroup idsByGroup) {
Logger.getLogger("export").info(() -> "test");
return ResponseEntity.ok()
.contentType(MediaType.APPLICATION_JSON)
.body(service.getIdentifiablesCountByGroup(idsByGroup, networkUuid, variantId));
Expand Down

0 comments on commit 4a863ab

Please sign in to comment.