Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore-update-registry1-weekly-bu…
Browse files Browse the repository at this point in the history
…ndle-0.13.0' into 835-upgrade-vllm-for-gptq-bfloat16-inferencing
  • Loading branch information
justinthelaw committed Oct 1, 2024
2 parents 54af6dc + 17e20fa commit 2c3b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create_test_user(
traceback.format_exc(),
)

return get_jwt_token(anon_key, email, password, supabase_base_url)
return get_jwt_token(supabase_base_url, anon_key, email, password)


def get_jwt_token(
Expand Down

0 comments on commit 2c3b7f1

Please sign in to comment.