Browse Source

🎨 Auto format

pull/14869/head
pre-commit-ci-lite[bot] 5 months ago
committed by GitHub
parent
commit
b4b6a5d4cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tests/test_duplicate_operation_id.py

3
tests/test_duplicate_operation_id.py

@ -135,8 +135,7 @@ def test_explicit_operation_id_with_multiple_methods():
# If user provides explicit operation_id with multiple methods,
# they'll get a duplicate warning - this is intentional
duplicate_warnings = [
warning for warning in w
if "Duplicate Operation ID" in str(warning.message)
warning for warning in w if "Duplicate Operation ID" in str(warning.message)
]
# We expect a duplicate warning because the user explicitly set the same
# operation_id for multiple methods

Loading…
Cancel
Save