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:
committed by
David Ormsbee
parent
914887ff78
commit
ed45fbba37
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user