fix: address maintainer PR reviews feedback for Stripe

This commit is contained in:
vakrahul
2026-02-21 07:06:20 +05:30
parent c5d87c99fd
commit 6ab4e1d641
+1 -1
View File
@@ -481,7 +481,7 @@ class TestSpecCompleteness:
def test_credential_group_default_empty(self):
"""Specs without a group have empty credential_group."""
for name, spec in CREDENTIAL_SPECS.items():
if name not in ("google_search", "google_cse", "razorpay", "razorpay_secret", "stripe"):
if name not in ("google_search", "google_cse", "razorpay", "razorpay_secret"):
assert spec.credential_group == "", (
f"Credential '{name}' has unexpected credential_group='{spec.credential_group}'"
)