Skip to content

Commit

Permalink
tests ...
Browse files Browse the repository at this point in the history
  • Loading branch information
john-herholz-dt committed Feb 10, 2024
1 parent c31dadb commit 67fca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/tests/test_webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestWebService(CommonWebService):
@classmethod
def _setup_records(cls):
res = super()._setup_records()
cls.url = "http://localhost.demo.odoo/"
cls.url = "http://demo.localhost.odoo/"
cls.webservice = cls.env["webservice.backend"].create(
{
"name": "WebService",
Expand Down

0 comments on commit 67fca04

Please sign in to comment.