Skip to content

Commit cb16e0f

Browse files
committed
chore: update test
1 parent 5b74ace commit cb16e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('Local server', () => {
105105
})
106106

107107
await expect(async () => await blobs.get(key)).rejects.toThrowError(
108-
'get operation has failed: store returned a 403 response',
108+
'Netlify Blobs has generated an internal error: 403 response',
109109
)
110110

111111
await server.stop()

0 commit comments

Comments
 (0)