Skip to content

Commit

Permalink
POFIM-102: Fjernet duplikat case
Browse files Browse the repository at this point in the history
  • Loading branch information
inavga committed Dec 19, 2024
1 parent ea95662 commit c638426
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mocks/fager-mock/src/main/java/no/nav/fager/FagerMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ public Map<String, Object> graphQLRequest(@HeaderParam(AUTHORIZATION) String aut
LOG.info("FAGER: hardDeleteSak operation");
var executionResult = graphqlTjeneste.sak(request);
return executionResult.toSpecification();
} else if ("oppgaveUtgaatt".equals(operationName)) {
LOG.info("FAGER: oppgaveUtgaat operation");
return Collections.emptyMap();
}
throw new NotImplementedException("Operasjon er ikke implementert :" + operationName);
}
Expand Down

0 comments on commit c638426

Please sign in to comment.