8000 changed the public test api key to match what is currently published … · stripe/stripe-python@57d41cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 57d41cd

Browse files
authored
changed the public test api key to match what is currently published on docs.stripe.com (#1466)
1 parent 4089cf2 commit 57d41cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ async def test_httpx_request_async_https(self):
19921992

19931993
client = _http_client.HTTPXClient(verify_ssl_certs=True)
19941994
# the public test secret key, as found on https://docs.stripe.com/keys#obtain-api-keys
1995-
test_api_key = "sk_test_4eC39HqLyjWDarjtT1zdp7dc"
1995+
test_api_key = "sk_test_BQokikJOvBiI2HlWgH4olfQ2"
19961996
basic_auth = base64.b64encode(
19971997
(test_api_key + ":").encode("utf-8")
19981998
).decode("utf-8")

0 commit comments

Comments
 (0)
0