Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4deacc7

Browse files
committed
update with the right test
1 parent 16fcc64 commit 4deacc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/tests/test_billing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,8 @@ def test_update_billing_address_with_invalid_address(self, log_error_mock):
18681868
extra={
18691869
"customer_id": "123",
18701870
"subscription_id": "123",
1871+
"error": "Invalid API Key provided: default",
1872+
"error_type": "invalid_request_error",
18711873
},
18721874
)
18731875

0 commit comments

Comments
 (0)