Skip to content

Commit

Permalink
Update tests/test_multipart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Apr 15, 2024
1 parent 0d9ff2d commit 5ff868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ def test_append_multipart(self, writer: Any) -> None:
part = writer._parts[0][0]
assert part.headers[CONTENT_TYPE] == "test/passed"

async def test_set_content_disposition(self):
async def test_set_content_disposition_after_append(self):
writer = aiohttp.MultipartWriter("form-data")
payload = writer.append("some-data")
payload.set_content_disposition("form-data", name="method")
Expand Down

0 comments on commit 5ff868e

Please sign in to comment.