We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9f220 commit f782f55Copy full SHA for f782f55
1 file changed
endpoint_auth_api_key/tests/test_endpoint_controller.py
@@ -37,7 +37,7 @@ def _make_request(self, route, api_key=None, headers=None):
37
headers.update({"API-KEY": api_key.key})
38
return requests.get(self._make_url(route), headers=headers, timeout=60)
39
40
- @mute_logger("odoo.addons.auth_api_key.models.ir_http")
+ @mute_logger("odoo.addons.auth_api_key.models.ir_http", "odoo.http")
41
def test_call_no_key(self):
42
route = "/demo/api/key"
43
response = self._make_request(route)
0 commit comments