Skip to content

Commit

Permalink
test: remove call to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 3, 2023
1 parent b7692cb commit 5f052ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_function_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def test_functions_client_initialization() -> None:
# Sample JWT Key
key = "xxxxxxxxxxxxxx.xxxxxxxxxxxxxxx.xxxxxxxxxxxxxxx"
sp = supabase.Client(url, key)
sp.functions()
assert sp.functions_url == f"https://{ref}.supabase.co/functions/v1"

url = "https://localhost:54322"
Expand Down

0 comments on commit 5f052ee

Please sign in to comment.