pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
9 additions and
9 deletions
-
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!") |
|
|
|
|
|
|
|
|