We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7692cb commit 5f052eeCopy full SHA for 5f052ee
tests/test_function_configuration.py
@@ -7,7 +7,6 @@ def test_functions_client_initialization() -> None:
7
# Sample JWT Key
8
key = "xxxxxxxxxxxxxx.xxxxxxxxxxxxxxx.xxxxxxxxxxxxxxx"
9
sp = supabase.Client(url, key)
10
- sp.functions()
11
assert sp.functions_url == f"https://{ref}.supabase.co/functions/v1"
12
13
url = "https://localhost:54322"
0 commit comments