Skip to content

Commit

Permalink
馃帹 Format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 23, 2022
1 parent 5e400ad commit 52efd58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from ...utils import needs_py310


openapi_schema = {
"openapi": "3.0.2",
"info": {"title": "FastAPI", "version": "0.1.0"},
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_request_files/test_tutorial003.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def test_openapi_schema():
assert response.json() == openapi_schema



def test_post_files(tmp_path):
path = tmp_path / "test.txt"
path.write_bytes(b"<file content>")
Expand Down

0 comments on commit 52efd58

Please sign in to comment.