Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit dfbdbdb

Browse files
fix: add missing arg
1 parent 7446cc1 commit dfbdbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_async/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
def rest_client():
77
return AsyncPostgrestClient(
88
base_url=REST_URL,
9+
max_retries=1,
910
)

0 commit comments

Comments
 (0)