From 8241a6611247cd3ec8e3b2fc3dff8dd9319b9f2c Mon Sep 17 00:00:00 2001 From: Jens Vannerum Date: Mon, 19 Feb 2024 14:12:02 +0100 Subject: [PATCH] 111326: return not found status code on missing identifiers --- .../objectnotfound/objectnotfound.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts b/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts index d68a4f4f6b0..4f6c66d69a2 100644 --- a/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts +++ b/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts @@ -89,5 +89,5 @@ fdescribe('ObjectNotFoundComponent', () => { it('should call serverResponseService.setNotFound', () => { expect(serverResponseServiceStub.setNotFound).toHaveBeenCalled(); }); - }) + }); });