Skip to content

Commit 4ad00a9

Browse files
author
Amin Farjadi
committed
chore: remove skip from falsy return type tests
1 parent 2d2c2b5 commit 4ad00a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/functional/event_handler/_pydantic/test_openapi_validation_middleware.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,6 @@ def handler_none_allowed() -> Optional[Model]:
17581758
assert result["body"] == "null"
17591759

17601760

1761-
@pytest.mark.skipif(reason="Test temporarily disabled until falsy return is fixed")
17621761
@pytest.mark.parametrize(
17631762
"path, body",
17641763
[
@@ -1814,7 +1813,6 @@ def handler_valid_response() -> Model:
18141813
assert body == {"name": "Joe", "age": 18}
18151814

18161815

1817-
@pytest.mark.skipif(reason="Test temporarily disabled until falsy return is fixed")
18181816
@pytest.mark.parametrize(
18191817
"http_code",
18201818
(422, 500, 510),

0 commit comments

Comments
 (0)