Update the schema test for the configurable agent URL
With the URL now assembled from v_base_url, the schema no longer contains the exact hard-coded string that tests/supabase-schema.test.ts still asserts (https://sjrfecxgysukkwxsowpy.supabase.co/functions/v1/indexing-v3-agent?limit=). In CI this schema test will fail even though the migration intentionally split the base URL from the path, so the test needs to be updated alongside this change.
Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #134 (comment)
With the URL now assembled from
v_base_url, the schema no longer contains the exact hard-coded string thattests/supabase-schema.test.tsstill asserts (https://sjrfecxgysukkwxsowpy.supabase.co/functions/v1/indexing-v3-agent?limit=). In CI this schema test will fail even though the migration intentionally split the base URL from the path, so the test needs to be updated alongside this change.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #134 (comment)