diff --git a/test/mockServer.ts b/test/mockServer.ts index a941ccf..44f6fe3 100644 --- a/test/mockServer.ts +++ b/test/mockServer.ts @@ -11,7 +11,7 @@ export const server = setupServer( http.post('http://push-aggregation-gateway/server-down', async () => { await delay(); return new HttpResponse(null, { - status: 500, + status: 503, }); }), );