Skip to content

Commit

Permalink
111326: return not found status code on missing identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Vannerum committed Feb 19, 2024
1 parent 61cbfb4 commit 8241a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ fdescribe('ObjectNotFoundComponent', () => {
it('should call serverResponseService.setNotFound', () => {
expect(serverResponseServiceStub.setNotFound).toHaveBeenCalled();
});
})
});
});

0 comments on commit 8241a66

Please sign in to comment.