Skip to content

Commit fcf132a

Browse files
authored
Update e2e_test.py
1 parent 61f4aad commit fcf132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/idp-sql/test/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
retry_strategy = Retry(
8181
total=3,
82-
status_forcelist=[400, 401, 403, 500, 502, 503, 504],
82+
status_forcelist=[400, 403, 500, 502, 503, 504],
8383
allowed_methods=["GET", "POST"],
8484
backoff_factor=3
8585
)

0 commit comments

Comments
 (0)