Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed May 16, 2022
1 parent 316d7db commit a4af181
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/integrations/netlify/test/functions/cookies.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ describe('Cookies', () => {
});

it('Can set multiple', async () => {
const entryURL = new URL('./fixtures/cookies/dist/functions/entry.mjs', import.meta.url);
const entryURL = new URL(
'./fixtures/cookies/.netlify/functions-internal/entry.mjs',
import.meta.url
);
const { handler } = await import(entryURL);
const resp = await handler({
httpMethod: 'POST',
Expand Down

0 comments on commit a4af181

Please sign in to comment.