Skip to content

Commit f782f55

Browse files
committed
endpoint_auth_api_key: mute http logger to avoid warning
1 parent 4b9f220 commit f782f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

endpoint_auth_api_key/tests/test_endpoint_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _make_request(self, route, api_key=None, headers=None):
3737
headers.update({"API-KEY": api_key.key})
3838
return requests.get(self._make_url(route), headers=headers, timeout=60)
3939

40-
@mute_logger("odoo.addons.auth_api_key.models.ir_http")
40+
@mute_logger("odoo.addons.auth_api_key.models.ir_http", "odoo.http")
4141
def test_call_no_key(self):
4242
route = "/demo/api/key"
4343
response = self._make_request(route)

0 commit comments

Comments
 (0)