diff --git a/tests/test_upload_google_drive.py b/tests/test_upload_google_drive.py index 17e3567a..9cb4a8c1 100644 --- a/tests/test_upload_google_drive.py +++ b/tests/test_upload_google_drive.py @@ -297,7 +297,6 @@ class TestUploadToGoogleDriveTask: with pytest.raises(Exception, match="Failed to initialize Google Drive service"): upload_to_google_drive(mock_self, "/tmp/test.pdf") - @patch("app.tasks.upload_to_google_drive.os.path.splitext") @patch("app.tasks.upload_to_google_drive.os.path.splitext") @patch("app.tasks.upload_to_google_drive.os.path.basename") @patch("app.tasks.upload_to_google_drive.get_google_drive_service")