From 9ccce8071399d5d0ce6c59b77acf946fcd8c5090 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Thu, 14 Mar 2024 19:35:58 -0700 Subject: [PATCH] STY: fix typo --- tests/test_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_page.py b/tests/test_page.py index 50835684f..b9d9b9afa 100644 --- a/tests/test_page.py +++ b/tests/test_page.py @@ -950,7 +950,7 @@ def test_text_extraction_issue_1091(): @pytest.mark.enable_socket() -def test_empyt_password_1088(): +def test_empty_password_1088(): url = "https://corpora.tika.apache.org/base/docs/govdocs1/941/941536.pdf" name = "tika-941536.pdf" stream = BytesIO(get_data_from_url(url, name=name))