Skip to content

Commit

Permalink
Merge pull request #1438 from DSD-DBS/fix-test-deprecation-warning
Browse files Browse the repository at this point in the history
fix: Update user test to eliminate deprecation warning in request
  • Loading branch information
MoritzWeber0 authored Mar 21, 2024
2 parents f78bbc7 + 24ab500 commit 20df4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/test_event_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_create_user_removed_from_project_event(
response = client.request(
"DELETE",
f"/api/v1/projects/{project.slug}/users/{user.id}",
data=reason,
content=reason,
headers={"Content-Type": "text/plain"},
)

Expand Down

0 comments on commit 20df4cd

Please sign in to comment.