Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] confirmation_wizard: test is updated
Browse files Browse the repository at this point in the history
geomer198 committed Jan 1, 2025
1 parent 420be3b commit 7a90287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confirmation_wizard/tests/test_confirmation_wizard.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ def test_confirm_message(self):
"confirmation_wizard.confirmation_wizard_action"
)
excepted_action["context"] = self.env.context
self.assertDictEqual(action, excepted_action, "Dicts must be the same")

# Wizard with title and context
excepted_title = "Confirm Wizard"

0 comments on commit 7a90287

Please sign in to comment.