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

Commit 76aa30c

Browse files
committed
update with the right test
1 parent 363e943 commit 76aa30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/tests/test_billing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ def test_update_billing_address_with_invalid_address(self, log_error_mock):
18691869
"customer_id": "123",
18701870
"subscription_id": "123",
18711871
"error": "Invalid API Key provided: default",
1872-
"error_type": "invalid_request_error",
1872+
"error_type": "AuthenticationError",
18731873
},
18741874
)
18751875

0 commit comments

Comments
 (0)