Skip to content

Commit

Permalink
removed unused junk code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nofalx committed Sep 13, 2023
1 parent 5502e1b commit 18f3ebc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,3 @@ def test_pydantic_config(path, json, expected_status, expected_response):
response = client.post(path, json=json)
assert response.json() == expected_response
assert response.status_code == expected_status

# test extra forbid on nested schema
response = client.post(
path, json={"name": "test", "metadata": {"extra_name": "xxx"}}
)

0 comments on commit 18f3ebc

Please sign in to comment.