Skip to content

Commit

Permalink
xfail test
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Nov 28, 2024
1 parent 960c3d7 commit 76cf74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_kwargs/test_multipart_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_multipart_request_without_charset_for_filename() -> None:
}


@pytest.mark.xfail
@pytest.mark.xfail(reason="filename* is deprecated and should not be used according to RFC-7578")
def test_multipart_request_with_asterisks_filename() -> None:
with create_test_client(form_handler) as client:
response = client.post(
Expand Down

0 comments on commit 76cf74f

Please sign in to comment.