Skip to content

Commit c29cd84

Browse files
committed
chore: simplify test
1 parent ce6b9a1 commit c29cd84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,9 @@ test('Returns a signed URL or the blob directly based on the request parameters'
371371
const siteID = '9a003659-aaaa-0000-aaaa-63d3720d8621'
372372
const token = 'some token'
373373
const value = 'value 1'
374-
const server1Ops: string[] = []
375374
const directory = await tmp.dir()
376375
const server = new BlobsServer({
377376
directory: directory.path,
378-
onRequest: ({ type }) => server1Ops.push(type),
379377
token,
380378
})
381379

0 commit comments

Comments
 (0)