Skip to content

Commit cd42233

Browse files
committed
Add origin
1 parent 8cd05b5 commit cd42233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('Links middleware', () => {
137137

138138
});
139139

140-
const request = new MemoryRequest('GET', '/', {
140+
const request = new MemoryRequest('GET', '/', 'http://localhost', {
141141
'Content-Type': 'text/plain',
142142
}, 'hi');
143143
await app.subRequest(request);

0 commit comments

Comments
 (0)