Browse Source

🎨 Auto format

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

2
tests/test_duplicate_operation_id.py

@ -1,4 +1,5 @@
"""Test for fix of issue #13175: duplicate operation IDs with multi-method routes"""
from fastapi import FastAPI
from fastapi.testclient import TestClient
@ -53,4 +54,3 @@ def test_no_duplicate_operation_ids_with_multiple_methods():
if __name__ == "__main__":
test_no_duplicate_operation_ids_with_multiple_methods()
print("✓ Test passed!")

Loading…
Cancel
Save