Skip to content

Commit

Permalink
edi_webservice: fix tests setup
Browse files Browse the repository at this point in the history
auth_type is mandatory.
  • Loading branch information
simahawk committed Sep 12, 2023
1 parent 44b1bc0 commit ebd6fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edi_webservice_oca/tests/test_edi_webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _setup_records(cls):
"url": "http://localhost.demo.odoo/",
"content_type": "application/xml",
"tech_name": "demo_ws",
"auth_type": "none",
}
)
vals = {
Expand Down

0 comments on commit ebd6fe6

Please sign in to comment.