Skip to content

[19.0][FIX] crm_lead_to_task, crm_project_create: fix tests#746

Open
WesleyOliveira98 wants to merge 2 commits into
OCA:19.0from
Escodoo:19.0-crm_lead_to_task-fix-tests
Open

[19.0][FIX] crm_lead_to_task, crm_project_create: fix tests#746
WesleyOliveira98 wants to merge 2 commits into
OCA:19.0from
Escodoo:19.0-crm_lead_to_task-fix-tests

Conversation

@WesleyOliveira98
Copy link
Copy Markdown

@WesleyOliveira98 WesleyOliveira98 commented May 21, 2026

Fix error in tests

Traceback (most recent call last):
  File "/__w/crm/crm/crm_lead_to_task/tests/test_crm_project.py", line 33, in test_crm_project
    self.assertEqual(task.description, "<p>Description</p>")
AssertionError: Markup('<span>Description</span>') != '<p>Description</p>'
Traceback (most recent call last):
  File "/opt/odoo/odoo/tests/common.py", line 2656, in with_users
    func(self, *args, **kwargs)
  File "/__w/crm/crm/crm_project_create/tests/test_crm_create_project.py", line 63, in test_crm_create_project
    self.assertEqual(
AssertionError: Markup('<span>Test Description</span>') != Markup('<p>Test Description</p>')

@OCA-git-bot OCA-git-bot added the mod:crm_project_create Module crm_project_create label May 21, 2026
@WesleyOliveira98 WesleyOliveira98 changed the title [19.0][FIX] crm_lead_to_task: fix tests [19.0][FIX] crm_lead_to_task, crm_project_create: fix tests May 21, 2026
@WesleyOliveira98
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:crm_lead_to_task Module crm_lead_to_task mod:crm_project_create Module crm_project_create series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants