Fix: Switches data to content to upload raw bytes/text content (#9293)

This commit is contained in:
Trenton H
2025-03-04 10:56:28 -08:00
committed by GitHub
parent d82555e644
commit 817aad7c8b
2 changed files with 2 additions and 2 deletions

View File

@@ -2603,7 +2603,7 @@ class TestWorkflows(
mock_post.assert_called_once_with(
"http://paperless-ngx.com",
data="Test message",
content="Test message",
headers={},
files=None,
)