Skip to content

Commit 5f052ee

Browse files
author
joel@joellee.org
committedOct 3, 2023
test: remove call to functions
1 parent b7692cb commit 5f052ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/test_function_configuration.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def test_functions_client_initialization() -> None:
77
# Sample JWT Key
88
key = "xxxxxxxxxxxxxx.xxxxxxxxxxxxxxx.xxxxxxxxxxxxxxx"
99
sp = supabase.Client(url, key)
10-
sp.functions()
1110
assert sp.functions_url == f"https://{ref}.supabase.co/functions/v1"
1211

1312
url = "https://localhost:54322"

0 commit comments

Comments
 (0)
Please sign in to comment.