Skip to content

Commit

Permalink
value should null for noContent in context also
Browse files Browse the repository at this point in the history
  • Loading branch information
aelittaezugbaya committed Dec 11, 2023
1 parent 8fa6889 commit e39ec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch-adapter/fetch-adapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('fetch adapter', () => {
expect(receivedContext.headers).toEqual(null);
expect(receivedContext.body).toEqual({
contentType: runtime.noContentContentType,
value: { one: 'the loneliest number' }
value: null
});
});
});

0 comments on commit e39ec03

Please sign in to comment.