Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
carlostxm committed Dec 5, 2024
1 parent a29d879 commit e40f501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mockServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}),
);
Expand Down

0 comments on commit e40f501

Please sign in to comment.