Skip to content

Commit

Permalink
test: update old test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc committed Feb 15, 2024
1 parent a845a0d commit 60f0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_schema_generation() -> None:
"components": {
"schemas": {
"IdModel": {
"properties": {"id": {"type": "string", "format": "uuid", "description": "Any UUID string"}},
"properties": {"id": {"type": "string", "format": "uuid"}},
"type": "object",
"required": ["id"],
"title": "IdContainer",
Expand Down

0 comments on commit 60f0b43

Please sign in to comment.