Skip to content

Commit 9bde7a7

Browse files
committed
test: update supabase tests for placeholder fallback
1 parent 8b5d05e commit 9bde7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/supabase.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('supabase client', () => {
5050
require('./supabase');
5151
const { createClient } = require('@supabase/supabase-js');
5252

53-
expect(createClient).toHaveBeenCalledWith('', '');
53+
expect(createClient).toHaveBeenCalledWith('https://placeholder.supabase.co', 'placeholder_key');
5454
expect(consoleWarnSpy).toHaveBeenCalledWith('Supabase URL or Key is missing. Check your .env.local file.');
5555
});
5656
});

0 commit comments

Comments
 (0)