Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/supabase-schema.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -246,7 +246,7 @@ describe("Supabase schema Data API grants", () => {
expect(schema).toContain("from vault.decrypted_secrets");
expect(schema).toContain("where name = 'indexing_v3_agent_secret'");
expect(schema).toContain("select net.http_post(");
expect(schema).toContain("https://sjrfecxgysukkwxsowpy.supabase.co/functions/v1/indexing-v3-agent?limit=");
expect(schema).toContain("/functions/v1/indexing-v3-agent?limit=");
Comment thread
BigSimmo marked this conversation as resolved.
expect(schema).toContain(
"revoke execute on function public.invoke_indexing_v3_agent(integer) from public, anon, authenticated",
);
Expand Down
Loading