Skip to content

Commit

Permalink
[FIX] unit test2 check search fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Highcooley committed Jun 5, 2023
1 parent 6be8181 commit a4b8d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def test_base_search_mail_content_2(self):
)
self.assertIn(
"message_content",
res["fields_views"]["search"]["fields"],
res["models"]["mail.channel"],
"message_content field was not detected",
)

0 comments on commit a4b8d9f

Please sign in to comment.