From e5c418029b90318b18b36789449773cbc6922214 Mon Sep 17 00:00:00 2001 From: bt-dlagin Date: Tue, 14 Jan 2025 09:41:09 +0100 Subject: [PATCH] [18.0][MIG] auth_saml: Migration to 18.0 --- auth_saml/tests/test_pysaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_saml/tests/test_pysaml.py b/auth_saml/tests/test_pysaml.py index fcf99ffe99..0d78965233 100644 --- a/auth_saml/tests/test_pysaml.py +++ b/auth_saml/tests/test_pysaml.py @@ -3,7 +3,7 @@ import html import os import urllib -from unittest.mock import patch, mock_open +from unittest.mock import patch from odoo.exceptions import AccessDenied, UserError, ValidationError from odoo.tests import HttpCase, tagged