8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4089cf2 commit 57d41cdCopy full SHA for 57d41cd
tests/test_http_client.py
@@ -1992,7 +1992,7 @@ async def test_httpx_request_async_https(self):
1992
1993
client = _http_client.HTTPXClient(verify_ssl_certs=True)
1994
# the public test secret key, as found on https://docs.stripe.com/keys#obtain-api-keys
1995
- test_api_key = "sk_test_4eC39HqLyjWDarjtT1zdp7dc"
+ test_api_key = "sk_test_BQokikJOvBiI2HlWgH4olfQ2"
1996
basic_auth = base64.b64encode(
1997
(test_api_key + ":").encode("utf-8")
1998
).decode("utf-8")
0 commit comments