Skip to content

Commit

Permalink
tests - fixes for python_multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism authored Nov 11, 2024
1 parent 40b6597 commit 9bba16d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/pathv20_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import yarl
import httpx
import pytest
import python_multipart
from httpx._multipart import MultipartStream

from aiopenapi3 import OpenAPI

Expand Down Expand Up @@ -177,9 +179,6 @@ def test_paths_parameter_format_v20(httpx_mock, with_paths_parameter_format_v20)
result = api._.formdata(parameters=params)
request = httpx_mock.get_requests()[-1]

import multipart
from httpx._multipart import MultipartStream

files = dict()

def on_file(file):
Expand Down

0 comments on commit 9bba16d

Please sign in to comment.