Skip to content

Commit 59abc2f

Browse files
committed
chore: fix tests
1 parent 6767f4c commit 59abc2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/SupabaseClient.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ describe('SupabaseClient', () => {
8181

8282
test('should merge custom headers with default headers', () => {
8383
const customHeader = { 'X-Test-Header': 'value' }
84+
const request = createClient(URL, KEY, { global: { headers: customHeader } }).rpc('')
8485

8586
//@ts-expect-error headers is protected attribute
8687
const requestHeader = request.headers.get('X-Test-Header')

0 commit comments

Comments
 (0)