Skip to content

Commit

Permalink
Merge pull request #752 from WadeBarnes/fix-urllib3-retry-issue
Browse files Browse the repository at this point in the history
Change argument name to match expected value
  • Loading branch information
WadeBarnes authored Jun 20, 2023
2 parents dd2a7fb + 79c73a6 commit f77b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/vcr-server/api/v2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def call_agent_with_retry(agent_url, post_method=True, payload=None, headers=Non
503, # Service unavailable
504 # Gateway timeout
],
method_whitelist=['HEAD', 'TRACE', 'GET',
allowed_methods=['HEAD', 'TRACE', 'GET',
'POST', 'PUT', 'OPTIONS', 'DELETE'],
read=0,
redirect=0,
Expand Down

0 comments on commit f77b33f

Please sign in to comment.