From 7e242f4fd34b3c3a8aefde40a97d1ffc383510f1 Mon Sep 17 00:00:00 2001 From: xiechen Date: Fri, 6 Aug 2021 15:57:07 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9ASmallInteger()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_fastapi/test_choices_schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_fastapi/test_choices_schema.py b/tests/test_fastapi/test_choices_schema.py index cb93f62..7639ee5 100644 --- a/tests/test_fastapi/test_choices_schema.py +++ b/tests/test_fastapi/test_choices_schema.py @@ -110,6 +110,7 @@ def test_all_endpoints(): "ident": "ACME Ltd", "priority": 4, "priority2": 2, + "priority3": 1, "expire_date": "2022-05-01", "expire_time": "10:00:00", "expire_datetime": "2022-05-01T12:30:00",