We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d932f2 commit 5da0df9Copy full SHA for 5da0df9
1 file changed
src/app/api/revalidate/route.spec.ts
@@ -473,7 +473,8 @@ describe('POST /api/revalidate', () => {
473
expect(mockRevalidateTag).not.toHaveBeenCalled();
474
});
475
476
- it('handles specific-feeds with empty feedIds', async () => { const request = new Request('http://localhost:3000/api/revalidate', {
+ it('handles specific-feeds with empty feedIds', async () => {
477
+ const request = new Request('http://localhost:3000/api/revalidate', {
478
method: 'POST',
479
headers: {
480
'x-revalidate-secret': 'test-secret',
0 commit comments