Skip to content

Commit

Permalink
POFIM-100: Retter staving i mock for utgått oppgave
Browse files Browse the repository at this point in the history
  • Loading branch information
inavga authored Dec 18, 2024
1 parent 116ab24 commit e5837d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/fager-mock/src/main/java/no/nav/fager/FagerMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Map<String, Object> graphQLRequest(@HeaderParam(AUTHORIZATION) String aut
LOG.info("FAGER: oppgaveUtfoert operation");
var executionResult = graphqlTjeneste.oppgave(request);
return executionResult.toSpecification();
} else if ("oppgaveUtgaat".equals(operationName)) {
} else if ("oppgaveUtgaatt".equals(operationName)) {
LOG.info("FAGER: oppgaveUtgaat operation");
var executionResult = graphqlTjeneste.oppgave(request);
return executionResult.toSpecification();
Expand Down

0 comments on commit e5837d5

Please sign in to comment.