Skip to content

Commit

Permalink
more patching
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Dec 7, 2023
1 parent dccf9be commit 7256364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setup_warnings(self, request_mocks):

def check_default(self, none_libs, expected):
for lib in none_libs:
setattr(stripe.http_client, lib, None)
setattr(stripe._http_client, lib, None)

inst = stripe.http_client.new_default_http_client()

Expand Down

0 comments on commit 7256364

Please sign in to comment.