0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -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 4285ae7694
commit 741faa1de8

View file

@ -244,7 +244,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);