mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 19:52:00 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -11,5 +11,5 @@ class TestRoutes(HttpCaseWithUserDemo):
|
|||
def test_01_web_session_destroy(self):
|
||||
base_url = self.env['ir.config_parameter'].sudo().get_param('web.base.url')
|
||||
self.authenticate('demo', 'demo')
|
||||
res = self.opener.post(url=base_url + '/web/session/destroy', json={})
|
||||
res = self.url_open(url=base_url + '/web/session/destroy', json={})
|
||||
self.assertEqual(res.status_code, 200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue