Skip to content

Commit cc5fd62

Browse files
committed
fix: tests
1 parent 52dde04 commit cc5fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ describe('delete', () => {
11381138
test('Deletes from the blob store', async () => {
11391139
const mockStore = new MockFetch().delete({
11401140
headers: { authorization: `Bearer ${edgeToken}` },
1141-
response: new Response(null, { status: 202 }),
1141+
response: new Response(null, { status: 204 }),
11421142
url: `${edgeURL}/${siteID}/production/${key}`,
11431143
})
11441144

0 commit comments

Comments
 (0)