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:
parent
4ce97194a6
commit
7db24bbe47
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue