fix: Invalid read param in forum thread api

This PR fixes the invalid read parameter being passed in forum update_thread api.
this was somehow introduced in this commit 6f522f3992 (diff-b9d08209a02c673887f6ca72b0018758174e95508539adbcb6885f22c7844eb8L292)
This commit is contained in:
Taimoor Ahmed
2025-09-05 10:52:42 +05:00
committed by David Ormsbee
parent 914887ff78
commit ed45fbba37
2 changed files with 0 additions and 2 deletions

View File

@@ -215,7 +215,6 @@ class ThreadViewSetPartialUpdateTest(
"anonymous_to_peers": False,
"closed": False,
"pinned": False,
"read": True,
"editing_user_id": str(self.user.id),
}
self.check_mock_called_with("update_thread", -1, **params)