0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

fix(test): bad referer link

This commit is contained in:
bholmesdev 2024-08-02 17:38:51 -04:00 committed by bholmesdev
parent 4ce97194a6
commit 7db24bbe47

View file

@ -232,7 +232,7 @@ describe('Astro Actions', () => {
method: 'POST',
body: formData,
headers: {
Referer: 'http://example.com/user',
Referer: 'http://example.com/user-or-throw',
},
});
const res = await followRedirect(req, app);