Skip to content

Commit

Permalink
[FIX] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 24, 2024
1 parent d05d32f commit 5d703ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_recaptcha_v2_form/tests/test_controller_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from odoo.tests import new_test_user
from odoo.tests.common import HttpCase

imp_requests = "odoo.addons.website_recaptcha_v2_form.models.website.requests"
imp_requests = "odoo.addons.website_recaptcha_v2.models.website.requests"


class TestControllerForm(HttpCase):
Expand Down

0 comments on commit 5d703ab

Please sign in to comment.